autoconf-patches
[Top][All Lists]
Advanced

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

Fix typo in Autotest color test, for dash testsuite failure.


From: Ralf Wildenhues
Subject: Fix typo in Autotest color test, for dash testsuite failure.
Date: Tue, 3 Aug 2010 20:08:30 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

I ran the testsuite with my version of dash, pushing the patch below as
obvious, to fix the only failure that showed up due to a copy and paste
error from the respective Automake test.

Cheers,
Ralf

    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.

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])
 



reply via email to

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