1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

skip a compatibility test if sqlite is compiled with SQLITE_USE_URI (#47)

This commit is contained in:
Kenichi Ishigaki 2019-02-14 03:28:02 +09:00
parent e76abc2774
commit 31915d44ed

View file

@ -28,7 +28,8 @@ sub cleanup {
cleanup();
{
SKIP: {
skip 'URI filename is enabled', 1 if has_compile_option('USE_URI');
my $dbh = eval {
DBI->connect("dbi:SQLite:$uri{base}", undef, undef, {
PrintError => 0,