X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-smaller.px;h=3d0752059379f4583eae6bd0ef65a2d486ec730b;hb=293008f682e5fa9726136bc121bceadc136c77dc;hp=e5dceae6a113eb349b8e211d4f9f0beff6449eae;hpb=1777835073cad695bce04848aa6f33e9686e7fc1;p=wget 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();