X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft9200-git-cvsexportcommit.sh;h=56b7c06921d9ef3b72ff3ee6f62f7a1c426b3028;hb=f29ac4f1b04c9cf84509e4a80f27f10b4373a446;hp=36656923ac2dbf76a76173181b8244fcfa55edc2;hpb=2149e0f6a66cb4a5707ef6201763051d94f288af;p=git.git diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh index 36656923a..56b7c0692 100755 --- a/t/t9200-git-cvsexportcommit.sh +++ b/t/t9200-git-cvsexportcommit.sh @@ -6,6 +6,11 @@ test_description='Test export of commits to CVS' . ./test-lib.sh +if ! test_have_prereq PERL; then + say 'skipping git cvsexportcommit tests, perl not available' + test_done +fi + cvs >/dev/null 2>&1 if test $? -ne 1 then