From: Arkadiusz Miƛkiewicz Date: Sun, 2 Nov 2014 15:59:40 +0000 (+0000) Subject: tests: fix typo in cmdline_wrap skip check. X-Git-Tag: v2.4.4~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50a2dc6a12f2a8e86f6c81d12ab66a29f911fffb;p=thirdparty%2Flibtool.git tests: fix typo in cmdline_wrap skip check. * tests/cmdline_wrap.at (fail_list): fix a typo in loop script text. Signed-off-by: Gary V. Vaughan --- diff --git a/tests/cmdline_wrap.at b/tests/cmdline_wrap.at index 010368cc1..c44e1d0dd 100644 --- 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])])