From c88015a411307e71338a56df70c0decfc635689e Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Wed, 27 Jun 2012 08:00:57 -0400 Subject: [PATCH] git p4 test: never create default test repo Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- t/lib-git-p4.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.11.4.GIT