From: Joey Hess Date: Sat, 3 May 2008 16:58:49 +0000 (-0400) Subject: dh_auto_test: Correct Module::Build tests. X-Git-Tag: 7.0.6~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1eb232528970a7eda2577dc529b5f6f531a58941;p=debhelper.git dh_auto_test: Correct Module::Build tests. --- diff --git a/debian/changelog b/debian/changelog index 2914823..39d87a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (7.0.6) UNRELEASED; urgency=low + + * dh_auto_test: Correct Module::Build tests. + + -- Joey Hess Sat, 03 May 2008 12:56:49 -0400 + debhelper (7.0.5) unstable; urgency=low * Convert copyright file to new format. diff --git a/dh_auto_test b/dh_auto_test index 41a2e5d..a9be1e6 100755 --- a/dh_auto_test +++ b/dh_auto_test @@ -55,8 +55,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") { } } elsif (-e "Build.PL" && -e "Build") { - $ENV{MAKE}="make" unless exists $ENV{MAKE}; - doit($ENV{MAKE}, 'test', @{$dh{U_PARAMS}}); + doit(qw/perl Build test/, @{$dh{U_PARAMS}}); } =head1 SEE ALSO