Skip to content

Commit

Permalink
t7407: fix line endings for mingw build
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
patthoyts committed Feb 3, 2011
1 parent 14d0be9 commit b7f6799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/t7407-submodule-foreach.sh
Expand Up @@ -254,6 +254,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
'

Expand Down

0 comments on commit b7f6799

Please sign in to comment.