Skip to content

Commit e7b53f5

Browse files
committed
t9001: do not fail only due to CR/LF issues
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f0e86b3 commit e7b53f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t9001-send-email.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ test_expect_success $PREREQ \
2323
echo do
2424
echo " echo \"!\$a!\""
2525
echo "done >commandline\$output"
26+
test_have_prereq MINGW && echo "dos2unix commandline\$output"
2627
echo "cat > msgtxt\$output"
2728
) >fake.sendmail &&
2829
chmod +x ./fake.sendmail &&

0 commit comments

Comments
 (0)