From 31915d44edf88fd8a76f0273f3e2f0a5f0afdea1 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 14 Feb 2019 03:28:02 +0900 Subject: [PATCH] skip a compatibility test if sqlite is compiled with SQLITE_USE_URI (#47) --- t/57_uri_filename.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/57_uri_filename.t b/t/57_uri_filename.t index 3b2f8c2..6a2eb95 100644 --- a/t/57_uri_filename.t +++ b/t/57_uri_filename.t @@ -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,