diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-03 12:58:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-03 12:58:49 -0400 |
commit | 1eb232528970a7eda2577dc529b5f6f531a58941 (patch) | |
tree | d1811721971b867b5dc2472fe1bd5d5aa3df3560 /dh_auto_test | |
parent | 50a10f8c0419a63867ad72d9c4345b848f624568 (diff) | |
download | debhelper-1eb232528970a7eda2577dc529b5f6f531a58941.tar.gz |
dh_auto_test: Correct Module::Build tests.
Diffstat (limited to 'dh_auto_test')
-rwxr-xr-x | dh_auto_test | 3 |
1 files changed, 1 insertions, 2 deletions
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 |