mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
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:
parent
8755f72da4
commit
114dc91c10
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user