From 72b5158b25ce67a6886dab58011f19ea529742d6 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 14 Oct 2011 23:53:30 +0100 Subject: [PATCH] t9001: do not fail only due to CR/LF issues Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- 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 87b4acc9a6..8c12c65c72 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 && -- 2.11.4.GIT