Browse Source

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>
maint
Pat Thoyts 14 years ago committed by Junio C Hamano
parent
commit
c91897b3b0
  1. 4
      t/t7407-submodule-foreach.sh

4
t/t7407-submodule-foreach.sh

@ -238,6 +238,10 @@ test_expect_success 'ensure "status --cached --recursive" preserves the --cached @@ -238,6 +238,10 @@ test_expect_success 'ensure "status --cached --recursive" preserves the --cached
) &&
git submodule status --cached --recursive -- nested1 > ../actual
) &&
if test_have_prereq MINGW
then
dos2unix actual
fi &&
test_cmp expect actual
'


Loading…
Cancel
Save