X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7407-submodule-foreach.sh;h=e5be13c271c92ce7c51601ee1eaf966d849d8ae4;hb=178e1deaae33f879ea687e85ac72455b3072b0d8;hp=d8ad25036f325ecdcc71257614e19b5e6ab2cdc5;hpb=25756cff935b9ef11f429bd5d05aa27045679d52;p=git.git diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh index d8ad25036..e5be13c27 100755 --- a/t/t7407-submodule-foreach.sh +++ b/t/t7407-submodule-foreach.sh @@ -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 '