1
0
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:
Giuseppe Scrivano 2013-10-10 23:19:48 +02:00
parent 1fd32c995c
commit fbd9b9c16b
4 changed files with 10 additions and 3 deletions

View File

@ -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> 2013-10-07 Tim Ruehsen <tim.ruehsen@gmx.de>
* Test-idn-robots.px: added punycoded and escaped URLs to follow * Test-idn-robots.px: added punycoded and escaped URLs to follow

View File

@ -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"; . " -e http_proxy=localhost:{{port}} --local-encoding=UTF-8 $utf8_hostname";
my $expected_error_code = 0; my $expected_error_code = 0;

View File

@ -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"; . " -e http_proxy=localhost:{{port}} --local-encoding=EUC-JP $euc_jp_hostname";
my $expected_error_code = 0; my $expected_error_code = 0;

View File

@ -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" . " -e http_proxy=localhost:{{port}} --local-encoding=UTF-8"
. " http://$utf8_hostname/"; . " http://$utf8_hostname/";