Skip to content

Commit f94ea11

Browse files
j6tgitster
authored andcommitted
tests: undo special treatment of CRLF for Windows
Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d715ac commit f94ea11

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

t/lib-credential.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ check() {
1818
cat stderr &&
1919
false
2020
fi &&
21-
if test_have_prereq MINGW
22-
then
23-
dos2unix -q stderr
24-
fi &&
2521
test_cmp expect-stdout stdout &&
2622
test_cmp expect-stderr stderr
2723
}

t/t7407-submodule-foreach.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ test_expect_success 'ensure "status --cached --recursive" preserves the --cached
254254
) &&
255255
git submodule status --cached --recursive -- nested1 > ../actual
256256
) &&
257-
if test_have_prereq MINGW
258-
then
259-
dos2unix actual
260-
fi &&
261257
test_cmp expect actual
262258
'
263259

t/t9001-send-email.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ 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"
2726
echo "cat > msgtxt\$output"
2827
) >fake.sendmail &&
2928
chmod +x ./fake.sendmail &&

0 commit comments

Comments
 (0)