]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: fix a syntax-check failure.
authorGary V. Vaughan <gary@gnu.org>
Tue, 4 Nov 2014 20:40:15 +0000 (20:40 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 4 Nov 2014 20:40:15 +0000 (20:40 +0000)
* tests/cmdline_wrap.at (fail_list): quote test arguments to
satisfy failing syntax-checks.

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

index 2ee7b434781c6f2df70119c66ae99196840e9824..0ff9f6006d51d962128904e2cd5fa6b796194c3b 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 test -f $f && echo $f; done`
+fail_list=`for f in ?/fail ??/fail ???/fail ????/fail; do test -f "$f" && echo "$f"; done`
 echo "DEBUG: fail_list='$fail_list'"
 AT_CHECK([test -z "$fail_list" || (exit 77)])
 m4_ifdef([AT_CAPTURE_FILE],