diff options
author | Pete Wyckoff <pw@padd.com> | 2012-06-27 08:00:57 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-27 21:06:34 -0700 |
commit | c88015a411307e71338a56df70c0decfc635689e (patch) | |
tree | aa17aac2c116e69c15e35838dd34b7d59cf599fd /t/lib-git-p4.sh | |
parent | 08c5eb7ac0167e5932f2456df3dcebd0712d63a9 (diff) | |
download | git-c88015a411307e71338a56df70c0decfc635689e.tar.gz |
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.sh | 4 |
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 |