1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-29 13:01:13 +03:00

tests: Fix return code of torture_init

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2015-09-09 09:17:46 +02:00
parent d8be35de7f
commit f55b10e4ed

View File

@ -23,5 +23,5 @@ int torture_run_tests(void) {
torture_filter_tests(tests);
rc = cmocka_run_group_tests(tests, NULL, NULL);
return 0;
return rc;
}