X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9001-send-email.sh;h=8c12c65c72658acb37fa715fc93756381bc824bb;hb=fdec2eb8ebbf995a77e2ab9971565c792b52944a;hp=87b4acc9a686e0153435969131bff7e9df161dce;hpb=963838402a94e7fcbd1a73019f80aff708972af8;p=git.git diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh index 87b4acc9a..8c12c65c7 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 &&