libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.3-13-g50a2dc6


From: Gary V. Vaughan
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.3-13-g50a2dc6
Date: Sun, 02 Nov 2014 17:39:44 +0000

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  50a2dc6a12f2a8e86f6c81d12ab66a29f911fffb (commit)
      from  9b63b9b6660bfb424731bb1682aaaeb9da807322 (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 50a2dc6a12f2a8e86f6c81d12ab66a29f911fffb
Author: Arkadiusz Miśkiewicz <address@hidden>
Date:   Sun Nov 2 15:59:40 2014 +0000

    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 <address@hidden>

-----------------------------------------------------------------------

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 010368c..c44e1d0 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])])


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]