This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository dh-make-perl.

commit c2b55f793cad92d146c4281c46784fe925489f11
Author: gregor herrmann <gre...@debian.org>
Date:   Tue Jan 3 02:44:21 2017 +0100

    t/Dep.t: done_testing() is nicer than counting tests
    
    Gbp-Dch: Ignore
---
 t/Dep.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/Dep.t b/t/Dep.t
index 2786fc3..4f7c457 100755
--- a/t/Dep.t
+++ b/t/Dep.t
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 167;
+use Test::More;
 
 BEGIN {
     use_ok('Debian::Dependency');
@@ -261,3 +261,5 @@ comp( 'bar|foo', 'bar|baz', 1 );
 comp( 'foo|bar', 'foo|bar', 0 );
 comp( 'foo|bar', 'foo', 1 );
 comp( 'foo', 'foo|bar', -1 );
+
+done_testing();

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to