From b7f67992f24217ce46bb4194f6ee5b72a96679dc Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Thu, 3 Feb 2011 12:33:35 +0000 Subject: [PATCH] t7407: fix line endings for mingw build Signed-off-by: Pat Thoyts --- t/t7407-submodule-foreach.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh index 1d67ef549e..4c847645db 100755 --- a/t/t7407-submodule-foreach.sh +++ b/t/t7407-submodule-foreach.sh @@ -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 '