Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Windows: a test_cmp that is agnostic to random LF <> CRLF conversions
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 0fa7dfde7bbf201d4756202f3797854b54030ea8..77e487bd576f63564658cef3a7d8aeabe6e08b13 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-817,6
+817,7
@@
case $(uname -s) in
test_set_prereq NOT_CYGWIN
test_set_prereq SED_STRIPS_CR
test_set_prereq GREP_STRIPS_CR
+ GIT_TEST_CMP=mingw_test_cmp
;;
*CYGWIN*)
test_set_prereq POSIXPERM