Skip to content
Snippets Groups Projects
Commit 332ab3df authored by Yadd's avatar Yadd
Browse files

Fix bad test count

Closes: #919773
parent ebddbf0e
No related branches found
No related tags found
No related merge requests found
Description: Fix bad test count
Author: Xavier Guimard <yadd@debian.org>
Bug: https://github.com/DBD-SQLite/DBD-SQLite/issues/44
Bug-Debian: https://bugs.debian.org/919773
Forwarded: https://github.com/DBD-SQLite/DBD-SQLite/issues/44
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-01-19
--- a/t/65_db_config.t
+++ b/t/65_db_config.t
@@ -211,7 +211,7 @@
# DEFENSIVE at connection
SKIP: {
- skip 'DEFENSIVE is not supported', 8 if !SQLITE_DBCONFIG_DEFENSIVE;
+ skip 'DEFENSIVE is not supported', 3 if !SQLITE_DBCONFIG_DEFENSIVE;
my $dbh = connect_ok(RaiseError => 1, PrintError => 0, sqlite_defensive => 1);
my $sql = 'CREATE TABLE foo (id, text)';
use_system_sqlite
fix-bad-test-count.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment