summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2011-10-14 22:53:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-15 05:37:58 (GMT)
commit72b5158b25ce67a6886dab58011f19ea529742d6 (patch)
treed577f075a053dca9b2a1e959fde314e88b472dac
parent9931df3fa97c274449c73a224994aa27f6790ae6 (diff)
downloadgit-72b5158b25ce67a6886dab58011f19ea529742d6.zip
git-72b5158b25ce67a6886dab58011f19ea529742d6.tar.gz
git-72b5158b25ce67a6886dab58011f19ea529742d6.tar.bz2
t9001: do not fail only due to CR/LF issues
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xt/t9001-send-email.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 87b4acc..8c12c65 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 &&