git p4 test: never create default test repo
[gitweb.git] / t / lib-git-p4.sh
index 44ec24d4f478d6b3c8b90c36aa830210f7dc7524..309db31683e68161fd6e496bbc33f23f47ee29c2 100644 (file)
@@ -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