Fix test counts.

This commit is contained in:
Daniel Nichter
2012-06-03 15:14:30 -04:00
parent 275ae93084
commit a64bf961e8
46 changed files with 46 additions and 46 deletions

View File

@@ -28,7 +28,7 @@ if ( !@{ $dbh->selectall_arrayref('show databases like "sakila"') } ) {
plan skip_all => "Sakila database is not loaded";
}
else {
plan tests => 19;
plan tests => 18;
}
my $cnf = '/tmp/12345/my.sandbox.cnf';