[dh-make-perl] 01/02: t/AptContents.t: no plan
Damyan Ivanov
dmn at moszumanska.debian.org
Sat Feb 17 08:50:09 UTC 2018
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository dh-make-perl.
commit 9dd5a09ac68d594cbee3b8ab8c6d82cc0419c14c
Author: Damyan Ivanov <dmn at debian.org>
Date: Sat Feb 17 08:45:15 2018 +0000
t/AptContents.t: no plan
---
t/AptContents.t | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/t/AptContents.t b/t/AptContents.t
index 3461836..9fd54c1 100755
--- a/t/AptContents.t
+++ b/t/AptContents.t
@@ -3,7 +3,7 @@
use strict;
use warnings;
-use Test::More tests => 16;
+use Test::More;
BEGIN {
use_ok 'Debian::AptContents';
@@ -92,3 +92,5 @@ is( $apt_contents->find_perl_module_package('Image::Magick') . '',
);
ok( unlink "$Bin/Contents.cache", 'Contents.cache unlnked' );
+
+done_testing;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git
More information about the Pkg-perl-cvs-commits
mailing list