From 2f0223872c1c145e774c0666d82305902b7addd6 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 14 Oct 2009 11:26:55 +0200 Subject: [PATCH] Also remove -d (--debug) from .px tests. --- tests/ChangeLog | 6 ++++++ tests/Test-E-k-K.px | 2 +- tests/Test-cookies-401.px | 2 +- tests/Test-ftp-bad-list.px | 2 +- tests/Test-iri-list.px | 2 +- tests/Test-iri.px | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index ebdd68f3..e9a4c76a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2009-10-14 Steven Schubiger + + * 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 * Test-idn-cmd.px, Test-idn-headers.px, Test-idn-meta.px, diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 07197a3b..619ff254 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-K.px @@ -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; diff --git a/tests/Test-cookies-401.px b/tests/Test-cookies-401.px index ffa9b72b..95cc24dc 100755 --- a/tests/Test-cookies-401.px +++ b/tests/Test-cookies-401.px @@ -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; diff --git a/tests/Test-ftp-bad-list.px b/tests/Test-ftp-bad-list.px index b0855fce..21134f88 100755 --- a/tests/Test-ftp-bad-list.px +++ b/tests/Test-ftp-bad-list.px @@ -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; diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index dc55eeca..cf7df67f 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -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; diff --git a/tests/Test-iri.px b/tests/Test-iri.px index f81ef38f..defb6d30 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -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; -- 2.39.2