summaryrefslogtreecommitdiff
path: root/t/t7407-submodule-foreach.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-01 07:38:54 -0700
committerJunio C Hamano <gitster@pobox.com>2013-11-01 07:38:54 -0700
commitfbaa22678b10061bcbcc3ed8ed366931c39e6301 (patch)
treeec1b9709b0b5bdfa0b4519e13f5cfe6623ccdc28 /t/t7407-submodule-foreach.sh
parentcbe59df99a69069e438aa1d6444036b9cc5d64a2 (diff)
parentf94ea11cf2b070ef221f0f4c2355a9ee2f340177 (diff)
downloadgit-fbaa22678b10061bcbcc3ed8ed366931c39e6301.tar.gz
Merge branch 'js/tests-windows-port-fix'
* js/tests-windows-port-fix: tests: undo special treatment of CRLF for Windows Windows: a test_cmp that is agnostic to random LF <> CRLF conversions t5300-pack-object: do not compare binary data using test_cmp
Diffstat (limited to 't/t7407-submodule-foreach.sh')
-rwxr-xr-xt/t7407-submodule-foreach.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t7407-submodule-foreach.sh b/t/t7407-submodule-foreach.sh
index be93f10cf0..b64c9ed8e7 100755
--- 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
'