replan pt-duplicate-key-checker/basics.t

This commit is contained in:
Baron Schwartz
2012-06-03 14:24:55 -04:00
parent 9c903faadb
commit 71d4695662

View File

@@ -23,7 +23,7 @@ if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
}
else {
plan tests => 10;
plan tests => 11;
}
my $output;