X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-idn-cmd.px;h=49a251eaeffe0731952f100fd785193fe4535921;hp=822803ae6325a8f11de330663a621bfaef7179e9;hb=4a08094db88011153adadbf995103770b20d2a31;hpb=da2ac85f4063a8990f68dfadcfd47e53c0b63bf1 diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index 822803ae..49a251ea 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -3,6 +3,7 @@ use strict; use warnings; +use WgetFeature qw(iri); use HTTPTest; # " Kon'nichiwa Japan @@ -41,9 +42,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = HTTPTest->new (name => "Test-idn-cmd", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();