diff options
| author | Johannes Sixt <j6t@kdbg.org> | 2013-10-26 21:17:16 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-10-28 09:00:38 -0700 |
| commit | f94ea11cf2b070ef221f0f4c2355a9ee2f340177 (patch) | |
| tree | cc219ab153738f62edb9f91c6d3d1bb4a2039cff /t/t7407-submodule-foreach.sh | |
| parent | Windows: a test_cmp that is agnostic to random LF <> CRLF conversions (diff) | |
| download | git-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.tar.gz git-f94ea11cf2b070ef221f0f4c2355a9ee2f340177.zip | |
tests: undo special treatment of CRLF for Windows
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7407-submodule-foreach.sh')
| -rwxr-xr-x | t/t7407-submodule-foreach.sh | 4 |
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 ' |
