From: Johannes Schindelin Date: Fri, 14 Oct 2011 22:53:30 +0000 (+0100) Subject: t9001: do not fail only due to CR/LF issues X-Git-Tag: v1.7.8-rc0~46^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=72b5158b25ce67a6886dab58011f19ea529742d6;p=git.git t9001: do not fail only due to CR/LF issues Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 87b4acc9a..8c12c65c7 100755 --- a/t/t9001-send-email.sh +++ b/t/t9001-send-email.sh @@ -23,6 +23,7 @@ test_expect_success $PREREQ \ echo do echo " echo \"!\$a!\"" echo "done >commandline\$output" + test_have_prereq MINGW && echo "dos2unix commandline\$output" echo "cat > msgtxt\$output" ) >fake.sendmail && chmod +x ./fake.sendmail &&