From 53278a9d18cd3254ba8e2b1ae5ad6e955b0e00a3 Mon Sep 17 00:00:00 2001 From: Carlos Salguero Date: Wed, 27 Jun 2018 23:24:05 -0300 Subject: [PATCH] Fixed test for MySQL 5.6 --- t/pt-table-sync/pt-1256.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-table-sync/pt-1256.t b/t/pt-table-sync/pt-1256.t index a92a4d8f..daa83ac9 100644 --- a/t/pt-table-sync/pt-1256.t +++ b/t/pt-table-sync/pt-1256.t @@ -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);