This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".
The branch, master has been updated
via f540df86d6a613eac4fa16c6e5f07b08c348e495 (commit)
from 3881e49841491b0a9c97d97b1195c73a5ad0fa68 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f540df86d6a613eac4fa16c6e5f07b08c348e495
Author: Gary V. Vaughan <[email protected]>
Date: Tue Nov 4 20:40:15 2014 +0000
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 <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
tests/cmdline_wrap.at | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/cmdline_wrap.at b/tests/cmdline_wrap.at
index 2ee7b43..0ff9f60 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],
hooks/post-receive
--
GNU Libtool