mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove --debug from .px tests.
This commit is contained in:
parent
d65774ae38
commit
0d79e4aadc
@ -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" ->
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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/";
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user