From 1eb232528970a7eda2577dc529b5f6f531a58941 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 3 May 2008 12:58:49 -0400 Subject: dh_auto_test: Correct Module::Build tests. --- dh_auto_test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dh_auto_test') diff --git a/dh_auto_test b/dh_auto_test index 41a2e5d3..a9be1e6a 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 -- cgit v1.2.3