Updated the test plan for t/pt-deadlock-logger/standard_options.t

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-03 21:56:15 -03:00
parent 2fe64a7fb9
commit 7e32dbc1b3

View File

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