From 92f1ee976df00b193e4f130dbbfcc50953ae43b3 Mon Sep 17 00:00:00 2001 From: "Brian Fraser fraserb@gmail.com" <> Date: Wed, 6 Jun 2012 16:40:16 -0300 Subject: [PATCH] Fix the test plan for t/pt-table-checksum/replication_filters.t --- t/pt-table-checksum/replication_filters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-table-checksum/replication_filters.t b/t/pt-table-checksum/replication_filters.t index ebfd96cc..cd9ce3b3 100644 --- a/t/pt-table-checksum/replication_filters.t +++ b/t/pt-table-checksum/replication_filters.t @@ -41,7 +41,7 @@ elsif ( !$slave2_dbh ) { plan skip_all => 'Cannot connect to sandbox slave2'; } else { - plan tests => 11; + plan tests => 12; } # The sandbox servers run with lock_wait_timeout=3 and it's not dynamic