diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2011-10-14 23:53:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-14 22:37:58 -0700 |
commit | 72b5158b25ce67a6886dab58011f19ea529742d6 (patch) | |
tree | d577f075a053dca9b2a1e959fde314e88b472dac /t/t9001-send-email.sh | |
parent | 9931df3fa97c274449c73a224994aa27f6790ae6 (diff) | |
download | git-72b5158b25ce67a6886dab58011f19ea529742d6.tar.gz |
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>
Diffstat (limited to 't/t9001-send-email.sh')
-rwxr-xr-x | t/t9001-send-email.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 && |