]> sjero.net Git - wget/blobdiff - tests/Test-idn-cmd.px
NEWS: cite --start-pos
[wget] / tests / Test-idn-cmd.px
index 49a251eaeffe0731952f100fd785193fe4535921..a81da8c9b47c6cd022fb9ac89ae90578ddffcdd8 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 -r"
     . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
 
 my $expected_error_code = 0;