t9400: skip cvsserver test if Perl SQLite interface is unavailable
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -17,6 +17,11 @@ then
|
|||||||
test_done
|
test_done
|
||||||
exit
|
exit
|
||||||
fi
|
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
|
unset GIT_DIR GIT_CONFIG
|
||||||
WORKDIR=$(pwd)
|
WORKDIR=$(pwd)
|
||||||
|
Reference in New Issue
Block a user