mirror of
https://github.com/git/git.git
synced 2024-11-26 11:34:00 +08:00
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>
This commit is contained in:
parent
08c5eb7ac0
commit
c88015a411
@ -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…
Reference in New Issue
Block a user