X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9600-cvsimport.sh;h=4322a0c1ed6d792cbba4b52a7ba8bad74986bbad;hb=55524fcf9d6676ca3840227092bf3a14ba404615;hp=33eb51938dbf90f93d10c2cf1d0edfc788befece;hpb=a54c4edc511608fdba513cc94812c31fd4b497f6;p=git.git diff --git a/t/t9600-cvsimport.sh b/t/t9600-cvsimport.sh index 33eb51938..4322a0c1e 100755 --- 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