16 lines
577 B
Diff
16 lines
577 B
Diff
|
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])])
|