Skip to content

Commit c91897b

Browse files
patthoytsgitster
authored andcommitted
t7407: fix line endings for mingw build
Signed-off-by: Pat Thoyts <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 97a853d commit c91897b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/t7407-submodule-foreach.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ test_expect_success 'ensure "status --cached --recursive" preserves the --cached
238238
) &&
239239
git submodule status --cached --recursive -- nested1 > ../actual
240240
) &&
241+
if test_have_prereq MINGW
242+
then
243+
dos2unix actual
244+
fi &&
241245
test_cmp expect actual
242246
'
243247

0 commit comments

Comments
 (0)