Browse Source

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>
maint
Pete Wyckoff 13 years ago committed by Junio C Hamano
parent
commit
c88015a411
  1. 4
      t/lib-git-p4.sh

4
t/lib-git-p4.sh

@ -2,6 +2,10 @@ @@ -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

Loading…
Cancel
Save