]> sjero.net Git - wget/blobdiff - tests/Test-idn-cmd.px
Remove --debug from .px tests.
[wget] / tests / Test-idn-cmd.px
index 49a251eaeffe0731952f100fd785193fe4535921..1ace1978279a7cb2eb3b7c4ae8e04fce014354f9 100755 (executable)
@@ -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;