Makefile: allow building without perl
[gitweb.git] / t / t9401-git-cvsserver-crlf.sh
index 5d6200c4dfa5b40cdbe4423c6091b75ad47c3039..12e0e508226cb9197ad3f419387dfcfb3ab9e0d9 100755 (executable)
@@ -49,14 +49,12 @@ not_present() {
 cvs >/dev/null 2>&1
 if test $? -ne 1
 then
-    test_expect_success 'skipping git-cvsserver tests, cvs not found' :
+    say 'skipping git-cvsserver tests, cvs not found'
     test_done
-    exit
 fi
 perl -e 'use DBI; use DBD::SQLite' >/dev/null 2>&1 || {
-    test_expect_success 'skipping git-cvsserver tests, Perl SQLite interface unavailable' :
+    say 'skipping git-cvsserver tests, Perl SQLite interface unavailable'
     test_done
-    exit
 }
 
 unset GIT_DIR GIT_CONFIG