mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
tests: do not use -H on IDN tests
This commit is contained in:
parent
1fd32c995c
commit
fbd9b9c16b
@ -1,3 +1,10 @@
|
||||
2013-10-10 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* Test-idn-robots-utf8.px: Remove -H.
|
||||
* Test-idn-cmd.px: Likewise.
|
||||
* Test-idn-cmd-utf8.px: Likewise.
|
||||
Suggested by: Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
2013-10-07 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* Test-idn-robots.px: added punycoded and escaped URLs to follow
|
||||
|
@ -28,7 +28,7 @@ my %urls = (
|
||||
},
|
||||
);
|
||||
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -r"
|
||||
. " -e http_proxy=localhost:{{port}} --local-encoding=UTF-8 $utf8_hostname";
|
||||
|
||||
my $expected_error_code = 0;
|
||||
|
@ -28,7 +28,7 @@ my %urls = (
|
||||
},
|
||||
);
|
||||
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -r"
|
||||
. " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
|
||||
|
||||
my $expected_error_code = 0;
|
||||
|
@ -48,7 +48,7 @@ my %urls = (
|
||||
},
|
||||
);
|
||||
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -rH"
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri -r"
|
||||
. " -e http_proxy=localhost:{{port}} --local-encoding=UTF-8"
|
||||
. " http://$utf8_hostname/";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user