Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Wyckoff <pw@padd.com>2012-06-27 16:00:57 +0400
committerJunio C Hamano <gitster@pobox.com>2012-06-28 08:06:34 +0400
commitc88015a411307e71338a56df70c0decfc635689e (patch)
treeaa17aac2c116e69c15e35838dd34b7d59cf599fd /t/lib-git-p4.sh
parent08c5eb7ac0167e5932f2456df3dcebd0712d63a9 (diff)
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 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