aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/torture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/torture.c b/tests/torture.c
index a2d3c738..4d94282d 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -770,6 +770,8 @@ void torture_teardown_sshd_server(void **state)
torture_teardown_socket_dir(state);
}
+#endif /* _WIN32 */
+
int torture_libssh_verbosity(void){
return verbosity;
}
@@ -801,8 +803,6 @@ void _torture_filter_tests(struct CMUnitTest *tests, size_t ntests)
}
}
-#endif /* _WIN32 */
-
void torture_write_file(const char *filename, const char *data){
int fd;
int rc;