summaryrefslogtreecommitdiff
path: root/net-libs/libssh/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-12 06:32:46 +0100
commit28e3d252dc8ac8a5635206dfefe1cfe05058d1db (patch)
treee75bce604750fb72e53ed3684059e2e5d2094509 /net-libs/libssh/files
parentf625b9919a60a30f1bd860f7d1b2eac183ced593 (diff)
gentoo resync : 12.08.2018
Diffstat (limited to 'net-libs/libssh/files')
-rw-r--r--net-libs/libssh/files/libssh-0.8.0-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/libssh/files/libssh-0.8.0-tests.patch b/net-libs/libssh/files/libssh-0.8.0-tests.patch
new file mode 100644
index 000000000000..7ce84f89983b
--- /dev/null
+++ b/net-libs/libssh/files/libssh-0.8.0-tests.patch
@@ -0,0 +1,11 @@
+--- libssh-0.8.0/tests/unittests/torture_misc.c
++++ libssh-0.8.0/tests/unittests/torture_misc.c
+@@ -361,7 +361,7 @@
+ #ifdef _WIN32
+ cmocka_unit_test(torture_path_expand_tilde_win),
+ #else
+- cmocka_unit_test(torture_path_expand_tilde_unix),
++ //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),