Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
stash: tolerate missing user identity
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 47a99aa0ed1bd1b2c344b04f252bef0a6e4af231..aba66cafa207765cb74d78e86c13faa619788c16 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-1268,3
+1268,7
@@
test_lazy_prereq CURL '
test_lazy_prereq SHA1 '
test $(git hash-object /dev/null) = e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
'
+
+test_lazy_prereq REBASE_P '
+ test -z "$GIT_TEST_SKIP_REBASE_P"
+'