From a514b3870afc8ddcf1bcae7ba6e3023edac6de00 Mon Sep 17 00:00:00 2001 From: Baron Schwartz Date: Sun, 3 Jun 2012 15:53:59 -0400 Subject: [PATCH] fix a couple of plan counts --- t/pt-fk-error-logger/basics.t | 2 +- t/pt-ioprofile/pt-ioprofile.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/pt-fk-error-logger/basics.t b/t/pt-fk-error-logger/basics.t index 2137783f..0ed0ac89 100644 --- a/t/pt-fk-error-logger/basics.t +++ b/t/pt-fk-error-logger/basics.t @@ -24,7 +24,7 @@ if ( !$dbh ) { plan skip_all => 'Cannot connect to sandbox master'; } else { - plan tests => 9; + plan tests => 8; } $sb->wipe_clean($dbh); diff --git a/t/pt-ioprofile/pt-ioprofile.t b/t/pt-ioprofile/pt-ioprofile.t index 45d448f5..28df30b2 100644 --- a/t/pt-ioprofile/pt-ioprofile.t +++ b/t/pt-ioprofile/pt-ioprofile.t @@ -24,7 +24,7 @@ if ( !$dbh ) { plan skip_all => "Cannot connect to master sandbox"; } else { - plan tests => 6; + plan tests => 5; } my $output = "";