Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/commit.c: extract ignore_non_trailer() helper function
[gitweb.git]
/
t
/
t7407-submodule-foreach.sh
diff --git
a/t/t7407-submodule-foreach.sh
b/t/t7407-submodule-foreach.sh
index be93f10cf02bc77e7c78be41bea69b4268305e66..b64c9ed8e73644b52aff38c7b4dca248ab690c73 100755
(executable)
--- a/
t/t7407-submodule-foreach.sh
+++ b/
t/t7407-submodule-foreach.sh
@@
-254,10
+254,6
@@
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
'