clean: replace match_pathspec() with dir_path_match()
[gitweb.git] / t / t9402-git-cvsserver-refs.sh
index db69af2cff72733bda515446a48b5ec8dcee23fd..1e266efffff6880929fdf2a35209511c5cefcba2 100755 (executable)
@@ -76,7 +76,7 @@ then
        skip_all='skipping git-cvsserver tests, perl not available'
        test_done
 fi
-"$PERL_PATH" -e 'use DBI; use DBD::SQLite' >/dev/null 2>&1 || {
+perl -e 'use DBI; use DBD::SQLite' >/dev/null 2>&1 || {
        skip_all='skipping git-cvsserver tests, Perl SQLite interface unavailable'
        test_done
 }