X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-idn-cmd.px;h=822803ae6325a8f11de330663a621bfaef7179e9;hb=30391ad9b479dfb0538c85c86976ab7fa24bacc2;hp=dba981838461df0a3a3e34f02ad129888c7ac9f6;hpb=0fa023cfffc896d72ba36a8789154630e585435a;p=wget diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index dba98183..822803ae 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -28,7 +28,7 @@ my %urls = ( ); my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH" - . " -e http_proxy=localhost:{{port}} --locale=EUC-JP $euc_jp_hostname"; + . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname"; my $expected_error_code = 0; @@ -40,7 +40,7 @@ my %expected_downloaded_files = ( ############################################################################### -my $the_test = HTTPTest->new (name => "Test-iri-cmd", +my $the_test = HTTPTest->new (name => "Test-idn-cmd", input => \%urls, cmdline => $cmdline, errcode => $expected_error_code,