X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri-list.px;h=dc55eeca4c85e8dec1a602a73621af90a5f03a5a;hp=8110358a7c0404473cc4f666fcceb8d2fc0c9eaa;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=73ff253e371f58dde04ce30f04c59f2000a1b7e5 diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index 8110358a..dc55eeca 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -165,9 +165,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-iri-list", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();