Lines of git submodule output on Windows have CRLF

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Johannes Sixt
2009-08-21 10:34:05 +02:00
parent 283bc2a55a
commit 8d28be57af

View File

@@ -11,6 +11,10 @@ that are currently checked out.
. ./test-lib.sh
case $(uname -s) in
*MINGW*) GIT_TEST_CMP="diff -uw";;
esac
test_expect_success 'setup a submodule tree' '
echo file > file &&