X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-smaller.px;h=2ea0ab802f1565baa6f3a327f5a6513b7e919abc;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hp=e5dceae6a113eb349b8e211d4f9f0beff6449eae;hpb=289ff1c86acbd60e09cb15d22df62b8e19942c3e;p=wget diff --git a/tests/Test-N-smaller.px b/tests/Test-N-smaller.px index e5dceae6..2ea0ab80 100755 --- a/tests/Test-N-smaller.px +++ b/tests/Test-N-smaller.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -56,9 +56,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-N-current", - 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();