summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Pete Wyckoff <pw@padd.com>2012-06-27 08:00:57 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-06-27 21:06:34 -0700
commitc88015a411307e71338a56df70c0decfc635689e (patch)
treeaa17aac2c116e69c15e35838dd34b7d59cf599fd
parentgit p4 test: simplify quoting involving TRASH_DIRECTORY (diff)
downloadtgif-c88015a411307e71338a56df70c0decfc635689e.tar.xz
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>
-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 44ec24d4f4..309db31683 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