Skip to content

Commit

Permalink
t9400: skip cvsserver test if Perl SQLite interface is unavailable
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Junio C Hamano committed May 9, 2007
1 parent fba23c8 commit 469be5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/t9400-git-cvsserver-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ then
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' :
test_done
exit
}

unset GIT_DIR GIT_CONFIG
WORKDIR=$(pwd)
Expand Down

0 comments on commit 469be5b

Please sign in to comment.