X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-N-smaller.px;h=3d0752059379f4583eae6bd0ef65a2d486ec730b;hp=e5dceae6a113eb349b8e211d4f9f0beff6449eae;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-N-smaller.px b/tests/Test-N-smaller.px index e5dceae6..3d075205 100755 --- a/tests/Test-N-smaller.px +++ b/tests/Test-N-smaller.px @@ -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();