diff --git a/t/pt-table-checksum/bugs.t b/t/pt-table-checksum/bugs.t index 8c6e0fe7..0a9eadb0 100644 --- a/t/pt-table-checksum/bugs.t +++ b/t/pt-table-checksum/bugs.t @@ -41,9 +41,6 @@ elsif ( !$slave1_dbh ) { elsif ( !$slave2_dbh ) { plan skip_all => 'Cannot connect to sandbox slave2'; } -else { - plan tests => 10; -} # The sandbox servers run with lock_wait_timeout=3 and it's not dynamic # so we need to specify --lock-wait-timeout=3 else the tool will die. @@ -183,4 +180,5 @@ is( # ############################################################################# $sb->wipe_clean($master_dbh); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); +done_testing; exit;