[check_postgres] [commit] Fix numbers
check_postgres at bucardo.org
check_postgres at bucardo.org
Mon May 4 00:58:28 UTC 2009
Committed by Greg Sabino Mullane <greg at endpoint.com>
Fix numbers
---
t/99_perlcritic.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/99_perlcritic.t b/t/99_perlcritic.t
index b3ff746..982afb6 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+ at testfiles;
+ plan tests => 5+ at testfiles;
}
ok(@testfiles, 'Found files in test directory');
--
1.6.0.5
More information about the Check_postgres
mailing list