diff options
Diffstat (limited to 'sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch')
-rw-r--r-- | sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch b/sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch new file mode 100644 index 000000000000..0d0dc48e99f0 --- /dev/null +++ b/sys-devel/libtool/files/libtool-2.4.3-test-cmdline_wrap.patch @@ -0,0 +1,15 @@ +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])]) |