summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_dbi.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_dbi.t')
-rw-r--r--plugins/t/check_dbi.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/t/check_dbi.t b/plugins/t/check_dbi.t
index e542ba5..c24b5a8 100644
--- a/plugins/t/check_dbi.t
+++ b/plugins/t/check_dbi.t
@@ -49,7 +49,8 @@ SKIP: {
49 $filename =~ s/^\/tmp\///; 49 $filename =~ s/^\/tmp\///;
50 50
51 system("$sqlite3 /tmp/$filename 'CREATE TABLE test(a INT, b TEXT)'"); 51 system("$sqlite3 /tmp/$filename 'CREATE TABLE test(a INT, b TEXT)'");
52 system("$sqlite3 /tmp/$filename 'INSERT INTO test VALUES (1, \"text1\"), (2, \"text2\")'"); 52 system("$sqlite3 /tmp/$filename 'INSERT INTO test VALUES (1, \"text1\")'");
53 system("$sqlite3 /tmp/$filename 'INSERT INTO test VALUES (2, \"text2\")'");
53 54
54 my $check_cmd = "./check_dbi -d sqlite3 -o sqlite3_dbdir=/tmp -o dbname=$filename"; 55 my $check_cmd = "./check_dbi -d sqlite3 -o sqlite3_dbdir=/tmp -o dbname=$filename";
55 56