t1400: fix name and expected result of one test
[gitweb.git] / t / t9400-git-cvsserver-server.sh
index 043138631b8ba7fa21899e634383925feb6737e8..ed98e64477905123164365b8fb15bdb1435d0646 100755 (executable)
@@ -20,12 +20,11 @@ then
     skip_all='skipping git-cvsserver tests, cvs not found'
     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
 }
 
-unset GIT_DIR GIT_CONFIG
 WORKDIR=$(pwd)
 SERVERDIR=$(pwd)/gitcvs.git
 git_config="$SERVERDIR/config"