From 47c115cae22c3ba0777446c90806f6d4ba864f58 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 17:11:42 +0900 Subject: [PATCH] fix the number of tests for ancient DBI --- t/64_limit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/64_limit.t b/t/64_limit.t index 3a74935..2aa28db 100644 --- a/t/64_limit.t +++ b/t/64_limit.t @@ -11,7 +11,7 @@ use SQLiteTest qw/connect_ok @CALL_FUNCS/; use Test::More; use DBD::SQLite::Constants qw/SQLITE_LIMIT_VARIABLE_NUMBER/; -plan tests => 14; +plan tests => 7 * @CALL_FUNCS; for my $func (@CALL_FUNCS) { my $dbh = connect_ok(PrintError => 0, RaiseError => 1);