[libconfig-model-dpkg-perl] 02/04: fixed test count
dod at debian.org
dod at debian.org
Fri Aug 23 16:19:01 UTC 2013
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 41b2b269b8c335833530fa6544316a585adfcc30
Author: Dominique Dumont <dod at debian.org>
Date: Fri Aug 23 17:11:25 2013 +0200
fixed test count
---
t/dependency-check.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/dependency-check.t b/t/dependency-check.t
index dba80e7..a472b99 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -40,7 +40,7 @@ if ( $@ ) {
plan skip_all => "AptPkg::Config is not installed";
}
elsif ( -r '/etc/debian_version' ) {
- plan tests => 53;
+ plan tests => 58;
}
else {
plan skip_all => "Not a Debian system";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list