t7407: fix line endings for mingw build
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
97a853d34b
commit
c91897b3b0
@ -238,6 +238,10 @@ test_expect_success 'ensure "status --cached --recursive" preserves the --cached
|
|||||||
) &&
|
) &&
|
||||||
git submodule status --cached --recursive -- nested1 > ../actual
|
git submodule status --cached --recursive -- nested1 > ../actual
|
||||||
) &&
|
) &&
|
||||||
|
if test_have_prereq MINGW
|
||||||
|
then
|
||||||
|
dos2unix actual
|
||||||
|
fi &&
|
||||||
test_cmp expect actual
|
test_cmp expect actual
|
||||||
'
|
'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user