projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9931df3
)
t9001: do not fail only due to CR/LF issues
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>
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
@@
-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 &&