X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Flib-cvs.sh;h=648d1619c86bb676faadf62bd831683cb46d6be2;hb=bb89e84f95a4885dffc9562137139a3ab4f1e05c;hp=4b3b793730604e5b513c5017f39f4560b3083338;hpb=050dfc4535578c2c49832ffeb3f05dbd4c6adff2;p=git.git diff --git a/t/lib-cvs.sh b/t/lib-cvs.sh index 4b3b79373..648d1619c 100644 --- a/t/lib-cvs.sh +++ b/t/lib-cvs.sh @@ -9,7 +9,7 @@ export HOME if ! type cvs >/dev/null 2>&1 then - say 'skipping cvsimport tests, cvs not found' + skip_all='skipping cvsimport tests, cvs not found' test_done fi @@ -21,11 +21,11 @@ case "$cvsps_version" in 2.1 | 2.2*) ;; '') - say 'skipping cvsimport tests, cvsps not found' + skip_all='skipping cvsimport tests, cvsps not found' test_done ;; *) - say 'skipping cvsimport tests, unsupported cvsps version' + skip_all='skipping cvsimport tests, unsupported cvsps version' test_done ;; esac