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 <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-08-03 20:06:28 +02:00
parent 8755f72da4
commit 114dc91c10
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-08-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
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 <eblake@redhat.com>
docs: track recent copyright assignment

View File

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