From 89993dd75713b68f4ffebf9a30d03b1991c25b15 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 18 May 2010 22:11:41 +0200 Subject: Fixed unittest name --- tests/unittests/torture_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittests/torture_options.c b/tests/unittests/torture_options.c index 9bc84a04..ec173f24 100644 --- a/tests/unittests/torture_options.c +++ b/tests/unittests/torture_options.c @@ -120,7 +120,7 @@ START_TEST (torture_options_set_identity) END_TEST static Suite *torture_make_suite(void) { - Suite *s = suite_create("libssh_keyfiles"); + Suite *s = suite_create("libssh_options"); torture_create_case_fixture(s, "torture_options_set_host", torture_options_set_host, setup, teardown); -- cgit