mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
Fix test counts.
This commit is contained in:
@@ -24,7 +24,7 @@ if ( !$dbh1 || !$dbh2 ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
else {
|
||||
plan tests => 11;
|
||||
plan tests => 10;
|
||||
}
|
||||
|
||||
my $output;
|
||||
|
@@ -23,7 +23,7 @@ if ( !$dbh1 ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
else {
|
||||
plan tests => 5;
|
||||
plan tests => 4;
|
||||
}
|
||||
|
||||
my $output;
|
||||
|
Reference in New Issue
Block a user