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
committed by Pat Thoyts
parent f78f4289e5
commit 6ffe180489

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
}