X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-idn-robots.px;h=3f0f8ddea94e9daafdf362801a85c65b8295e59b;hb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10;hp=bc9084efd698e12caa13da0893efd168154e2c64;hpb=4f3dd6817348433eafde04a3c2946f43364de7ef;p=wget diff --git a/tests/Test-idn-robots.px b/tests/Test-idn-robots.px index bc9084ef..3f0f8dde 100755 --- a/tests/Test-idn-robots.px +++ b/tests/Test-idn-robots.px @@ -3,6 +3,7 @@ use strict; use warnings; +use WgetFeature qw(iri); use HTTPTest; # " Kon'nichiwa Japan @@ -48,7 +49,7 @@ my %urls = ( ); my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH" - . " -e http_proxy=localhost:{{port}} --locale=EUC-JP" + . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP" . " http://$euc_jp_hostname/"; my $expected_error_code = 0;