vapier 14/11/01 01:44:36 Added: libtool-2.4.3-test-cmdline_wrap.patch Log: Fix cmdline_wrap test failures #384731 by Markus Oehme. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch 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 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 Index: libtool-2.4.3-test-cmdline_wrap.patch =================================================================== https://bugs.gentoo.org/384731 https://lists.gnu.org/archive/html/bug-libtool/2014-10/msg00008.html --- a/tests/cmdline_wrap.at +++ b/tests/cmdline_wrap.at @@ -28,7 +28,7 @@ AT_SETUP([Run tests with low max_cmd_len]) AT_KEYWORDS([recursive expensive]) dnl If we already have failures, then reruns will fail too! -fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; end` +fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do echo $f; done` AT_CHECK([test -z "$fail_list" || (exit 77)]) m4_ifdef([AT_CAPTURE_FILE], [AT_CAPTURE_FILE([testsuite.log])])
