]> sjero.net Git - wget/commitdiff
Also remove -d (--debug) from .px tests.
authorSteven Schubiger <stsc@member.fsf.org>
Wed, 14 Oct 2009 09:26:55 +0000 (11:26 +0200)
committerSteven Schubiger <stsc@member.fsf.org>
Wed, 14 Oct 2009 09:26:55 +0000 (11:26 +0200)
tests/ChangeLog
tests/Test-E-k-K.px
tests/Test-cookies-401.px
tests/Test-ftp-bad-list.px
tests/Test-iri-list.px
tests/Test-iri.px

index ebdd68f35c21b2e95a316e8210cde439103120a0..e9a4c76a5f8cafa11d7af121c372a27b7e2e308e 100644 (file)
@@ -1,3 +1,9 @@
+2009-10-14  Steven Schubiger  <stsc@member.fsf.org>
+
+       * Test-E-k-K.px, Test-cookies-401.px, Test-ftp-bad-list.px,
+       Test-iri-list.px, Test-iri.px: Removed -d from invocation.
+       Patch by Mike Frysinger.
+       
 2009-09-27  Micah Cowan  <micah@cowan.name>
 
        * Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px,
index 07197a3bfa20e27a173c084a65453466c0977120..619ff25402017496b448ec007f3b8c9e7214dbae 100755 (executable)
@@ -61,7 +61,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d -r -nd -E -k -K http://localhost:{{port}}/index.php";
+my $cmdline = $WgetTest::WGETPATH . " -r -nd -E -k -K http://localhost:{{port}}/index.php";
 
 my $expected_error_code = 0;
 
index ffa9b72b7168eddaf2027f4721430b143593c412..95cc24dcf5ac566842ee9bf740cf3e11776d2534 100755 (executable)
@@ -29,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d http://localhost:{{port}}/one.txt"
+my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt"
     . " http://localhost:{{port}}/two.txt";
 
 my $expected_error_code = 6;
index b0855fcea06db33eab4512b3b394b3068db1e8a7..21134f88375b84d4e56dd181e9f31c383059e9c8 100755 (executable)
@@ -29,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " -nH -Nc -r ftp://localhost:{{port}}/";
 
 my $expected_error_code = 0;
 
index dc55eeca4c85e8dec1a602a73621af90a5f03a5a..cf7df67f7e53f48e10ab5450fabdaa87baf278b6 100755 (executable)
@@ -143,7 +143,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri -d -i http://localhost:{{port}}/url_list.txt";
+my $cmdline = $WgetTest::WGETPATH . " --iri -i http://localhost:{{port}}/url_list.txt";
 
 my $expected_error_code = 0;
 
index f81ef38f8734cdb4ef4c92373e399adc69a3e0c1..defb6d300b7cb3847bb9f83c0349b8f275c6423b 100755 (executable)
@@ -186,7 +186,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
 
 my $expected_error_code = 0;