Skip to content

Commit

Permalink
git p4 test: never create default test repo
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Jun 28, 2012
1 parent 08c5eb7 commit c88015a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/lib-git-p4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c88015a

Please sign in to comment.