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 0a38720170
commit bb83750919

View File

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