From e7b53f54f99eb1a93721ee13cbfc1124342cff5b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 12 Oct 2011 12:05:48 -0500 Subject: [PATCH] t9001: do not fail only due to CR/LF issues Signed-off-by: Johannes Schindelin --- t/t9001-send-email.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 579ddb7572..7d75738ad4 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 &&