From: Gary V. Vaughan Date: Tue, 4 Nov 2014 20:40:15 +0000 (+0000) Subject: maint: fix a syntax-check failure. X-Git-Tag: v2.4.4~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f540df86d6a613eac4fa16c6e5f07b08c348e495;p=thirdparty%2Flibtool.git maint: fix a syntax-check failure. * tests/cmdline_wrap.at (fail_list): quote test arguments to satisfy failing syntax-checks. Signed-off-by: Gary V. Vaughan --- diff --git a/tests/cmdline_wrap.at b/tests/cmdline_wrap.at index 2ee7b4347..0ff9f6006 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 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],