mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 18:50:28 +09:00
Fixed unittest name
This commit is contained in:
@@ -120,7 +120,7 @@ START_TEST (torture_options_set_identity)
|
|||||||
END_TEST
|
END_TEST
|
||||||
|
|
||||||
static Suite *torture_make_suite(void) {
|
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_create_case_fixture(s, "torture_options_set_host",
|
||||||
torture_options_set_host, setup, teardown);
|
torture_options_set_host, setup, teardown);
|
||||||
|
|||||||
Reference in New Issue
Block a user