Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/commit.c: extract ignore_non_trailer() helper function
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 9802b0b0e99dfb9019c9839a040b6f54fe040ea0..b25249ec4cc2844f5cd7491dd5fcc88c884ff450 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-752,6
+752,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