* 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>
+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
# 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])