From 55ec4f67db5e95f0792c82516f08c23f8791a8dc Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Thu, 20 Dec 2012 13:55:38 -0300 Subject: [PATCH] t/pt-find/pt-find.t: Update plan --- t/pt-find/pt-find.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/pt-find/pt-find.t b/t/pt-find/pt-find.t index f3fa7702..09b1b8ff 100644 --- a/t/pt-find/pt-find.t +++ b/t/pt-find/pt-find.t @@ -22,9 +22,6 @@ my $dbh = $sb->get_dbh_for('master'); if ( !$dbh ) { plan skip_all => 'Cannot connect to sandbox master'; } -else { - plan tests => 23; -} $sb->load_file('master', 't/lib/samples/stored-objs.sql'); @@ -299,4 +296,5 @@ like( # ############################################################################# $sb->wipe_clean($dbh); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); +done_testing; exit;