]> sjero.net Git - wget/blobdiff - tests/Test-idn-robots.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-idn-robots.px
index bc9084efd698e12caa13da0893efd168154e2c64..3f0f8ddea94e9daafdf362801a85c65b8295e59b 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # " Kon'nichiwa <dot> 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;