From 7e32dbc1b300e5805c1f07349cf6d689d157acbd Mon Sep 17 00:00:00 2001 From: "Brian Fraser fraserb@gmail.com" <> Date: Sun, 3 Jun 2012 21:56:15 -0300 Subject: [PATCH] Updated the test plan for t/pt-deadlock-logger/standard_options.t --- t/pt-deadlock-logger/standard_options.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pt-deadlock-logger/standard_options.t b/t/pt-deadlock-logger/standard_options.t index cb360c7a..6058ffe0 100644 --- a/t/pt-deadlock-logger/standard_options.t +++ b/t/pt-deadlock-logger/standard_options.t @@ -23,7 +23,7 @@ if ( !$dbh1 ) { plan skip_all => 'Cannot connect to sandbox master'; } else { - plan tests => 11; + plan tests => 10; } my $output;