]> sjero.net Git - wget/commitdiff
Remove --debug from .px tests.
authorMicah Cowan <micah@cowan.name>
Sun, 27 Sep 2009 18:29:01 +0000 (11:29 -0700)
committerMicah Cowan <micah@cowan.name>
Sun, 27 Sep 2009 18:29:01 +0000 (11:29 -0700)
tests/ChangeLog
tests/Test-idn-cmd.px
tests/Test-idn-headers.px
tests/Test-idn-meta.px
tests/Test-idn-robots.px
tests/Test-proxy-auth-basic.px

index f3b1bac164ed9a772544f90ecb58ea0fa25aff62..ebdd68f35c21b2e95a316e8210cde439103120a0 100644 (file)
@@ -1,3 +1,9 @@
+2009-09-27  Micah Cowan  <micah@cowan.name>
+
+       * Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px,
+       Test-idn-robots.px, Test-proxy-auth-basic.px: Removed --debug from
+       invocation (in case it wasn't built with --debug support).
+
 2009-09-24  Micah Cowan  <micah@cowan.name>
 
        * Test-ftp-iri-disabled.px: Fix name "Test-ftp-iri" ->
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;
index ab12c0f1e449e448fbdfa250ca787697054b164f..16963f241d5ec4f90c83749a8198a0bffe89454f 100755 (executable)
@@ -40,7 +40,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
     . " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
 
 my $expected_error_code = 0;
index fdebe66dab903b2a525d62bf90947ceeb660199b..3a67f4db9ec4207b900078d87c80ea3bf2f0d182 100755 (executable)
@@ -41,7 +41,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
+my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
     . " -e http_proxy=localhost:{{port}} http://start-here.com/start.html";
 
 my $expected_error_code = 0;
index b10163dc3835f8931a16bb29d46ece444a460a26..8ac4d94b34ee53d8713c005abb866eb1d7f502c7 100755 (executable)
@@ -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/";
 
index 7e0fc5cd6f1ea074e362b26c1abf993dcebe9265..aecda791dbad2ecfd0234d88dd5fbc7c35e3dbb5 100755 (executable)
@@ -25,7 +25,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --debug --user=fiddle-dee-dee --password=Dodgson"
+my $cmdline = $WgetTest::WGETPATH . " --user=fiddle-dee-dee --password=Dodgson"
     . " -e http_proxy=localhost:{{port}} http://no.such.domain/needs-auth.txt";
 
 my $expected_error_code = 0;