X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-c-full.px;h=4aa8d964e3796989cd69c9eedf33e3a72b716b87;hp=2d10745312ee38bba871e53fc56db3525a93e3b2;hb=HEAD;hpb=1b4ed7dcb7bdad277a9ee2c5a42b6e70854db802 diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px index 2d107453..4aa8d964 100755 --- a/tests/Test-c-full.px +++ b/tests/Test-c-full.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -47,9 +47,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-c-full", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, existing => \%existing_files, output => \%expected_downloaded_files); exit $the_test->run();