Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9142: stop httpd after the test
[gitweb.git]
/
t
/
t9600-cvsimport.sh
diff --git
a/t/t9600-cvsimport.sh
b/t/t9600-cvsimport.sh
index 33eb51938dbf90f93d10c2cf1d0edfc788befece..4322a0c1ed6d792cbba4b52a7ba8bad74986bbad 100755
(executable)
--- a/
t/t9600-cvsimport.sh
+++ b/
t/t9600-cvsimport.sh
@@
-3,6
+3,11
@@
test_description='git cvsimport basic tests'
. ./test-lib.sh
+if ! test_have_prereq PERL; then
+ say 'skipping git cvsimport tests, perl not available'
+ test_done
+fi
+
CVSROOT=$(pwd)/cvsroot
export CVSROOT
unset CVS_SERVER