Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
wildmatch test: mark test as EXPENSIVE_ON_WINDOWS
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 9b61f16f7a8807ad96014d79f1d1b968397584bf..b87a09fec725e3f498160d4152503efca5d29057 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-1109,6
+1109,10
@@
test_lazy_prereq EXPENSIVE '
test -n "$GIT_TEST_LONG"
'
+test_lazy_prereq EXPENSIVE_ON_WINDOWS '
+ test_have_prereq EXPENSIVE || test_have_prereq !MINGW,!CYGWIN
+'
+
test_lazy_prereq USR_BIN_TIME '
test -x /usr/bin/time
'