X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-N-current.px;h=fcb3e8eddea5a97da4e804beb2131b06311750e3;hp=0ef472892cdd12b0b75b1c7c649f78f06bf948ff;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index 0ef47289..fcb3e8ed 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -55,9 +55,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();