autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-9-g1


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-9-g114dc91
Date: Tue, 03 Aug 2010 18:08:21 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=114dc91c10feb055162f3bee85330acd31ed50fc

The branch, master has been updated
       via  114dc91c10feb055162f3bee85330acd31ed50fc (commit)
      from  8755f72da47f4ac7750c1f13f89924c3bd72ccff (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 114dc91c10feb055162f3bee85330acd31ed50fc
Author: Ralf Wildenhues <address@hidden>
Date:   Tue Aug 3 20:06:28 2010 +0200

    Fix typo in Autotest color test, for dash testsuite failure.
    
    * tests/autotest.at (colored test results): Use exit not
    Exit.  Fixes test failure with dash 0.5.4.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/autotest.at |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d18a596..2cbd690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-03  Ralf Wildenhues  <address@hidden>
+
+       Fix typo in Autotest color test, for dash testsuite failure.
+       * tests/autotest.at (colored test results): Use exit not
+       Exit.  Fixes test failure with dash 0.5.4.
+
 2010-08-02  Eric Blake  <address@hidden>
 
        docs: track recent copyright assignment
diff --git a/tests/autotest.at b/tests/autotest.at
index 75915a8..7c0a7df 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -1571,7 +1571,7 @@ std=`printf '\033@<:@m'`
 # GNU or BSD 'grep -a' works on files, but is not portable.
 AT_CHECK([case `echo "$std" | grep .` in #'' restore font-lock
            $std) :;;
-           *) Exit 77;;
+           *) exit 77;;
          esac], [], [ignore], [],
         [echo "grep can't parse nonprinting characters" >&2])
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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