mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Fix number of tests.
This commit is contained in:
@@ -25,7 +25,7 @@ if ( !$dbh ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
else {
|
||||
plan tests => 22;
|
||||
plan tests => 23;
|
||||
}
|
||||
|
||||
my $output = "";
|
||||
|
Reference in New Issue
Block a user