t030[02]: work around CR/LF issue

It is the old shell-script issue we had in a few other tests already.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2012-01-05 17:55:00 -06:00
parent 285debf1b5
commit 0ea01c407b

View File

@@ -19,6 +19,10 @@ check() {
false
fi &&
test_cmp expect-stdout stdout &&
if test_have_prereq MINGW
then
dos2unix stderr
fi &&
test_cmp expect-stderr stderr
}