mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-30 01:01:51 +08: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