From: Pete Wyckoff Date: Wed, 27 Jun 2012 12:00:57 +0000 (-0400) Subject: git p4 test: never create default test repo X-Git-Tag: v1.7.12-rc0~33^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c88015a411307e71338a56df70c0decfc635689e;p=git.git git p4 test: never create default test repo Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano --- diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh index 44ec24d4f..309db3168 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