Browse Source

t9700: skip when Test::More is not available

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 17 years ago
parent
commit
e46f9c8161
  1. 5
      t/t9700-perl-git.sh

5
t/t9700-perl-git.sh

@ -6,6 +6,11 @@ @@ -6,6 +6,11 @@
test_description='perl interface (Git.pm)'
. ./test-lib.sh

perl -MTest::More -e 0 2>/dev/null || {
say_color skip "Perl Test::More unavailable, skipping test"
test_done
}

# set up test repository

test_expect_success \

Loading…
Cancel
Save