Fix pt-slave-delay/standard_options.t plan.

This commit is contained in:
Daniel Nichter
2012-06-03 16:00:31 -04:00
parent 74169478d7
commit 55494ec993

View File

@@ -27,7 +27,7 @@ elsif ( !$slave_dbh ) {
plan skip_all => 'Cannot connect to second sandbox master'; plan skip_all => 'Cannot connect to second sandbox master';
} }
else { else {
plan tests => 10; plan tests => 9;
} }
my $output; my $output;