mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
torture: Don't exclude filter mechanism on Windows
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
0dd33d8ed1
commit
6c97122120
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user