X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri.px;h=ca6feddfbedccb455fd031191f3257df8e50dfe1;hp=d228721cdce861b2be427b09580588fe61b66fe0;hb=66dd4bda74bb78915b92cac4e7bfd32a3fe9d957;hpb=523c3dfcbc3e6858ea94288554d67d3c1208a7c1 diff --git a/tests/Test-iri.px b/tests/Test-iri.px index d228721c..ca6feddf 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -214,9 +214,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();