projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c5eb7
)
git p4 test: never create default test repo
author
Pete Wyckoff
<pw@padd.com>
Wed, 27 Jun 2012 12:00:57 +0000
(08:00 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 Jun 2012 04:06:34 +0000
(21:06 -0700)
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-p4.sh
patch
|
blob
|
history
diff --git
a/t/lib-git-p4.sh
b/t/lib-git-p4.sh
index 44ec24d4f478d6b3c8b90c36aa830210f7dc7524..309db31683e68161fd6e496bbc33f23f47ee29c2 100644
(file)
--- a/
t/lib-git-p4.sh
+++ b/
t/lib-git-p4.sh
@@
-2,6
+2,10
@@
# Library code for git p4 tests
#
+# p4 tests never use the top-level repo; always build/clone into
+# a subdirectory called "$git"
+TEST_NO_CREATE_REPO=NoThanks
+
. ./test-lib.sh
if ! test_have_prereq PYTHON; then