Also remove -d (--debug) from .px tests.

This commit is contained in:
Steven Schubiger 2009-10-14 11:26:55 +02:00
parent a454495722
commit 2f0223872c
6 changed files with 11 additions and 5 deletions

View 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,

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;