X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri.px;h=738c304a95fa82ceef274c40b2a6fe5e1661dcef;hp=662019e794a3d63ddbe02967ae8c37ba041b93c8;hb=1b4ed7dcb7bdad277a9ee2c5a42b6e70854db802;hpb=78a765739543d5ca3bc83ad70f5d391b9d2af4f5 diff --git a/tests/Test-iri.px b/tests/Test-iri.px index 662019e7..738c304a 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -215,9 +215,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-iri", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();