Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh/files/
Date: Wed, 14 Sep 2022 07:35:56
Message-Id: 1663140943.0ccf7873277a0f7f8debb5743c47d3f3499f5026.asturm@gentoo
1 commit: 0ccf7873277a0f7f8debb5743c47d3f3499f5026
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Sep 14 06:38:09 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 07:35:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccf7873
7
8 net-libs/libssh: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/27247
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../files/libssh-0.10.1-disable-broken-test.patch | 28 ----------------------
16 1 file changed, 28 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 0e91bedaef6e..000000000000
21 --- a/net-libs/libssh/files/libssh-0.10.1-disable-broken-test.patch
22 +++ /dev/null
23 @@ -1,28 +0,0 @@
24 -https://sources.debian.org/patches/libssh/0.9.6-2/2003-disable-expand_tilde_unix-test.patch/
25 -
26 -Description: Disable torture_path_expand_tilde_unix, its not working well on buildd
27 - On buildd, the HOME is set to a non-existing directory, this makes
28 - torture_path_expand_tilde_unix fail
29 -Author: Laurent Bigonville <bigon@××××××.org>
30 -Forwarded: not-needed
31 -
32 ---- a/tests/unittests/torture_misc.c
33 -+++ b/tests/unittests/torture_misc.c
34 -@@ -662,11 +662,11 @@ int torture_run_tests(void) {
35 - cmocka_unit_test(torture_basename),
36 - cmocka_unit_test(torture_dirname),
37 - cmocka_unit_test(torture_ntohll),
38 --#ifdef _WIN32
39 -- cmocka_unit_test(torture_path_expand_tilde_win),
40 --#else
41 -- cmocka_unit_test(torture_path_expand_tilde_unix),
42 --#endif
43 -+//#ifdef _WIN32
44 -+// cmocka_unit_test(torture_path_expand_tilde_win),
45 -+//#else
46 -+// cmocka_unit_test(torture_path_expand_tilde_unix),
47 -+//#endif
48 - cmocka_unit_test_setup_teardown(torture_path_expand_escape, setup, teardown),
49 - cmocka_unit_test_setup_teardown(torture_path_expand_known_hosts, setup, teardown),
50 - cmocka_unit_test_setup_teardown(torture_path_expand_percent, setup, teardown),
51 -