]> sjero.net Git - wget/blobdiff - tests/Test-idn-cmd.px
Fix problem with IDN and UTF-8 encoding.
[wget] / tests / Test-idn-cmd.px
index 49a251eaeffe0731952f100fd785193fe4535921..e292aea6823a304c0f54ba8e3bc7dbe3687b9e2f 100755 (executable)
@@ -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 -rH"
     . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
 
 my $expected_error_code = 0;