]> sjero.net Git - wget/blobdiff - tests/Test-idn-robots.px
Add missing files.
[wget] / tests / Test-idn-robots.px
index b10163dc3835f8931a16bb29d46ece444a460a26..fb060c4ff6ffe4ba0f7120f43429053b18eab70d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -48,7 +48,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"
     . " http://$euc_jp_hostname/";