summaryrefslogtreecommitdiff
path: root/t/lib-git-p4.sh
diff options
context:
space:
mode:
authorPete Wyckoff <pw@padd.com>2012-06-27 12:00:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-06-28 04:06:34 (GMT)
commitc88015a411307e71338a56df70c0decfc635689e (patch)
treeaa17aac2c116e69c15e35838dd34b7d59cf599fd /t/lib-git-p4.sh
parent08c5eb7ac0167e5932f2456df3dcebd0712d63a9 (diff)
downloadgit-c88015a411307e71338a56df70c0decfc635689e.zip
git-c88015a411307e71338a56df70c0decfc635689e.tar.gz
git-c88015a411307e71338a56df70c0decfc635689e.tar.bz2
git p4 test: never create default test repo
Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-git-p4.sh')
-rw-r--r--t/lib-git-p4.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh
index 44ec24d..309db31 100644
--- 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