test_description='git cvsimport basic tests'
. ./lib-cvs.sh
+if ! test_have_prereq PERL; then
+ say 'skipping git cvsimport tests, perl not available'
+ test_done
+fi
+
CVSROOT=$(pwd)/cvsroot
export CVSROOT
'
+test_expect_success 'test entire HEAD' 'test_cmp_branch_tree master'
+
test_done