Fixed test for MySQL 5.6

This commit is contained in:
Carlos Salguero
2018-06-27 23:24:05 -03:00
parent d1cc7bfee7
commit 53278a9d18

View File

@@ -36,7 +36,7 @@ elsif ( !$slave1_dbh ) {
plan skip_all => 'Cannot connect to sandbox slave2';
}
else {
plan tests => 4;
plan tests => 5;
}
my ($output, $status);