Fix skip count when DB2 extra schema creation fails
Dagfinn Ilmari Mannsåker [Mon, 26 Jan 2015 14:48:14 +0000 (14:48 +0000)]
5975bbe6 updated the extra test count, but not the skip count

t/10_04db2_common.t

index 4dd1936..34e176a 100644 (file)
@@ -152,7 +152,7 @@ my $tester = dbixcsl_common_tests->new(
                 }
                 catch {
                     $schemas_created = 0;
-                    skip "no CREATE SCHEMA privileges", 28 * 2;
+                    skip "no CREATE SCHEMA privileges", 30 * 2;
                 };
 
                 $dbh->do(<<"EOF");