mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Fix test counts.
This commit is contained in:
@@ -26,7 +26,7 @@ if ( !$dbh ) {
|
||||
plan skip_all => 'Cannot connect to sandbox master';
|
||||
}
|
||||
else {
|
||||
plan tests => 6;
|
||||
plan tests => 5;
|
||||
}
|
||||
|
||||
my $output = "";
|
||||
|
||||
Reference in New Issue
Block a user