From: Greg Sabino Mullane Date: Sun, 3 May 2009 17:59:49 +0000 (-0400) Subject: Fix numbers X-Git-Tag: 2.9.0~25 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e90bcbeffe9eb6e858325c00f2c189e34fc2b2d8;p=check_postgres.git Fix numbers --- diff --git a/t/99_perlcritic.t b/t/99_perlcritic.t index b3ff7465e..982afb667 100644 --- a/t/99_perlcritic.t +++ b/t/99_perlcritic.t @@ -25,7 +25,7 @@ else { opendir my $dir, 't' or die qq{Could not open directory 't': $!\n}; @testfiles = map { "t/$_" } grep { /^.+\.(t|pl)$/ } readdir $dir; closedir $dir; - plan tests => 4+@testfiles; + plan tests => 5+@testfiles; } ok(@testfiles, 'Found files in test directory');