]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
tests: fix typo in cmdline_wrap skip check.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Nov 2014 15:59:40 +0000 (15:59 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 2 Nov 2014 15:59:40 +0000 (15:59 +0000)
* tests/cmdline_wrap.at (fail_list): fix a typo in loop script
text.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
tests/cmdline_wrap.at

index 010368cc1b10a81fe21f85b5e1ccadda15ae727b..c44e1d0dd69f36efc822e4f59fee7958e6e6b6fc 100644 (file)
@@ -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])])