tests: undo special treatment of CRLF for Windows

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Sixt
2013-10-26 21:17:16 +02:00
committed by Junio C Hamano
parent 4d715ac05c
commit f94ea11cf2
3 changed files with 0 additions and 9 deletions

View File

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