mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 21:51:21 +00:00
Fixed test for MySQL 5.6
This commit is contained in:
@@ -36,7 +36,7 @@ elsif ( !$slave1_dbh ) {
|
|||||||
plan skip_all => 'Cannot connect to sandbox slave2';
|
plan skip_all => 'Cannot connect to sandbox slave2';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
plan tests => 4;
|
plan tests => 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
my ($output, $status);
|
my ($output, $status);
|
||||||
|
Reference in New Issue
Block a user