Skip to content

Commit c88015a

Browse files
Pete Wyckoffgitster
authored andcommitted
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>
1 parent 08c5eb7 commit c88015a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/lib-git-p4.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Library code for git p4 tests
33
#
44

5+
# p4 tests never use the top-level repo; always build/clone into
6+
# a subdirectory called "$git"
7+
TEST_NO_CREATE_REPO=NoThanks
8+
59
. ./test-lib.sh
610

711
if ! test_have_prereq PYTHON; then

0 commit comments

Comments
 (0)