X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-idn-cmd.px;h=a81da8c9b47c6cd022fb9ac89ae90578ddffcdd8;hb=8c2fd06ba80b5312b4540859d452664450ec054f;hp=49a251eaeffe0731952f100fd785193fe4535921;hpb=4a08094db88011153adadbf995103770b20d2a31;p=wget diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index 49a251ea..a81da8c9 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -28,7 +28,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH" +my $cmdline = $WgetTest::WGETPATH . " --iri -r" . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname"; my $expected_error_code = 0;