Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-send-email: handle email address with quoted comma
[gitweb.git]
/
t
/
t9700-perl-git.sh
diff --git
a/t/t9700-perl-git.sh
b/t/t9700-perl-git.sh
index b2fb9ece9c9745fc7ce3240c88ca206b2dac7359..9706ee5773692bd8fcfbc9015ef062947c0a2da5 100755
(executable)
--- a/
t/t9700-perl-git.sh
+++ b/
t/t9700-perl-git.sh
@@
-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 \