mirror of
https://github.com/git/git.git
synced 2026-04-01 12:30:09 +02:00
Lines of git submodule output on Windows have CRLF
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user