mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Work around CF-LF mismatches introduced by non-MinGW tools.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
@@ -9,6 +9,10 @@ test_description='git-apply test patches with multiple fragments.
|
||||
'
|
||||
. ./test-lib.sh
|
||||
|
||||
cmp () {
|
||||
diff -w "$@"
|
||||
}
|
||||
|
||||
# setup
|
||||
|
||||
cat > patch1.patch <<\EOF
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user