Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libtool/files: libtool-2.4.3-test-cmdline_wrap.patch
Date: Sat, 01 Nov 2014 01:44:41
Message-Id: 20141101014436.EEAC592DB@oystercatcher.gentoo.org
1 vapier 14/11/01 01:44:36
2
3 Added: libtool-2.4.3-test-cmdline_wrap.patch
4 Log:
5 Fix cmdline_wrap test failures #384731 by Markus Oehme.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch?rev=1.1&content-type=text/plain
14
15 Index: libtool-2.4.3-test-cmdline_wrap.patch
16 ===================================================================
17 https://bugs.gentoo.org/384731
18
19 https://lists.gnu.org/archive/html/bug-libtool/2014-10/msg00008.html
20
21 --- a/tests/cmdline_wrap.at
22 +++ b/tests/cmdline_wrap.at
23 @@ -28,7 +28,7 @@
24 AT_SETUP([Run tests with low max_cmd_len])
25 AT_KEYWORDS([recursive expensive])
26 dnl If we already have failures, then reruns will fail too!
27 -fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; end`
28 +fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; done`
29 AT_CHECK([test -z "$fail_list" || (exit 77)])
30 m4_ifdef([AT_CAPTURE_FILE],
31 [AT_CAPTURE_FILE([testsuite.log])])