Work around CF-LF mismatches introduced by non-MinGW tools.

This commit is contained in:
Johannes Sixt
2007-01-08 18:40:11 +01:00
parent 32713b4612
commit cedb5fd680
3 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ test_description='git-read-tree --prefix test.
. ./test-lib.sh
cmp () {
diff -w "$@"
}
test_expect_success setup '
echo hello >one &&
git-update-index --add one &&

View File

@@ -9,6 +9,10 @@ test_description='git-apply test patches with multiple fragments.
'
. ./test-lib.sh
cmp () {
diff -w "$@"
}
# setup
cat > patch1.patch <<\EOF

View File

@@ -9,6 +9,10 @@ test_description='git-apply test for patches which require scanning forwards and
'
. ./test-lib.sh
cmp () {
diff -w "$@"
}
# setup
cat > patch1.patch <<\EOF