X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/701b5a89766772fe78539ea157eebe9f5687e1e4..f4b5e3a04e2186d8e6896c4e5e48cdb995804eb4:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 64a149322..858617957 100755 --- a/test/runtest +++ b/test/runtest @@ -29,11 +29,11 @@ use File::Basename; use Pod::Usage; use Getopt::Long; use FindBin qw'$RealBin'; -use File::Copy qw(cp); +use File::Copy; use lib "$RealBin/lib"; use Exim::Runtest; -use Exim::Utils qw(uniq numerically); +use Exim::Utils qw(uniq numerically cp); use if $ENV{DEBUG} && scalar($ENV{DEBUG} =~ /\bruntest\b/) => 'Smart::Comments' => '####'; use if $ENV{DEBUG} && scalar($ENV{DEBUG} =~ /\bruntest\b/) => 'Data::Dumper';