mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
tests: Fixed a build warning introduced before.
This commit is contained in:
@@ -153,15 +153,14 @@ static void torture_auth_password(void **state) {
|
||||
|
||||
int torture_run_tests(void) {
|
||||
int rc;
|
||||
|
||||
ssh_init();
|
||||
|
||||
const UnitTest tests[] = {
|
||||
unit_test_setup_teardown(torture_auth_kbdint, setup, teardown),
|
||||
unit_test_setup_teardown(torture_auth_password, setup, teardown),
|
||||
unit_test_setup_teardown(torture_auth_autopubkey, setup, teardown),
|
||||
};
|
||||
|
||||
ssh_init();
|
||||
|
||||
rc = run_tests(tests);
|
||||
ssh_finalize();
|
||||
|
||||
|
Reference in New Issue
Block a user