Correct the test plan for t/pt-log-player/play.t

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-03 18:31:31 -03:00
parent a156bd265f
commit 55b90e385e

View File

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