From cf69dda3c2b3aecbbb6d0bc79c1d5da860d83cd5 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Wed, 13 Mar 2024 17:24:37 +0100 Subject: t/DpkgLists.t: use done_testing instead of counting tests Gbp-Dch: ignore --- t/DpkgLists.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/DpkgLists.t b/t/DpkgLists.t index cd624f7..c2e1dc8 100755 --- a/t/DpkgLists.t +++ b/t/DpkgLists.t @@ -4,7 +4,7 @@ use strict; use warnings; use Config; -use Test::More tests => 7; +use Test::More; BEGIN { use_ok 'Debian::DpkgLists'; @@ -47,3 +47,5 @@ is_deeply( $split_perl_base ? ['perl-base', $pkg_perl_modules] : ['perl-base'], "utf8 is in perl-base or $pkg_perl_modules (or only perl-base for perl < 5.22)" ); + +done_testing(); -- cgit v1.2.3