]> sjero.net Git - wget/blobdiff - tests/Test-idn-robots.px
Documentation fixes for IRI options, and rename --locale -> --local-encoding.
[wget] / tests / Test-idn-robots.px
index bc9084efd698e12caa13da0893efd168154e2c64..ff5033f06b3e8baa1982a239486d14468a796b34 100755 (executable)
@@ -48,7 +48,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;