From fbd9b9c16bd79864ed4898ba8af963908b39b53c Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Thu, 10 Oct 2013 23:19:48 +0200 Subject: [PATCH] tests: do not use -H on IDN tests --- tests/ChangeLog | 7 +++++++ tests/Test-idn-cmd-utf8.px | 2 +- tests/Test-idn-cmd.px | 2 +- tests/Test-idn-robots-utf8.px | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 97237525..fab7460e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2013-10-10 Giuseppe Scrivano + + * Test-idn-robots-utf8.px: Remove -H. + * Test-idn-cmd.px: Likewise. + * Test-idn-cmd-utf8.px: Likewise. + Suggested by: Tim Ruehsen + 2013-10-07 Tim Ruehsen * Test-idn-robots.px: added punycoded and escaped URLs to follow diff --git a/tests/Test-idn-cmd-utf8.px b/tests/Test-idn-cmd-utf8.px index f068ce47..500c3d56 100755 --- a/tests/Test-idn-cmd-utf8.px +++ b/tests/Test-idn-cmd-utf8.px @@ -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; diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index e292aea6..a81da8c9 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -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; diff --git a/tests/Test-idn-robots-utf8.px b/tests/Test-idn-robots-utf8.px index bcfadd1f..5f2dd857 100755 --- a/tests/Test-idn-robots-utf8.px +++ b/tests/Test-idn-robots-utf8.px @@ -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/"; -- 2.39.2