X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-N-no-info.px;h=3d6e0d565782218d290184b54e3e3b10035030b9;hp=9dec6eda7d24eced6376cb765f38e6902d60995e;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-N-no-info.px b/tests/Test-N-no-info.px index 9dec6eda..3d6e0d56 100755 --- a/tests/Test-N-no-info.px +++ b/tests/Test-N-no-info.px @@ -53,9 +53,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();