summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2013-10-26 21:17:16 +0200
committerJunio C Hamano <gitster@pobox.com>2013-10-28 09:00:38 -0700
commitf94ea11cf2b070ef221f0f4c2355a9ee2f340177 (patch)
treecc219ab153738f62edb9f91c6d3d1bb4a2039cff /t/t9001-send-email.sh
parent4d715ac05cf5b800a98ce75bbc0cb3ea2dfe70ab (diff)
downloadgit-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.tar.gz
tests: undo special treatment of CRLF for Windowsjs/tests-windows-port-fix
Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9001-send-email.sh')
-rwxr-xr-xt/t9001-send-email.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 2813aa9a61..3119c8c523 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -23,7 +23,6 @@ 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 &&