summaryrefslogtreecommitdiff
path: root/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch')
-rw-r--r--net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch b/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
deleted file mode 100644
index 0e91bedaef6e..000000000000
--- a/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://sources.debian.org/patches/libssh/0.9.6-2/2003-disable-expand_tilde_unix-test.patch/
-
-Description: Disable torture_path_expand_tilde_unix, its not working well on buildd
- On buildd, the HOME is set to a non-existing directory, this makes
- torture_path_expand_tilde_unix fail
-Author: Laurent Bigonville <bigon@debian.org>
-Forwarded: not-needed
-
---- a/tests/unittests/torture_misc.c
-+++ b/tests/unittests/torture_misc.c
-@@ -662,11 +662,11 @@ int torture_run_tests(void) {
- cmocka_unit_test(torture_basename),
- cmocka_unit_test(torture_dirname),
- cmocka_unit_test(torture_ntohll),
--#ifdef _WIN32
-- cmocka_unit_test(torture_path_expand_tilde_win),
--#else
-- cmocka_unit_test(torture_path_expand_tilde_unix),
--#endif
-+//#ifdef _WIN32
-+// cmocka_unit_test(torture_path_expand_tilde_win),
-+//#else
-+// cmocka_unit_test(torture_path_expand_tilde_unix),
-+//#endif
- cmocka_unit_test_setup_teardown(torture_path_expand_escape, setup, teardown),
- cmocka_unit_test_setup_teardown(torture_path_expand_known_hosts, setup, teardown),
- cmocka_unit_test_setup_teardown(torture_path_expand_percent, setup, teardown),
-