summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9931df3)
raw | patch | inline | side by side (parent: 9931df3)
author | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Fri, 14 Oct 2011 22:53:30 +0000 (23:53 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Oct 2011 05:37:58 +0000 (22:37 -0700) |
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh | patch | blob | history |
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 87b4acc9a686e0153435969131bff7e9df161dce..8c12c65c72658acb37fa715fc93756381bc824bb 100755 (executable)
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
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 &&