]> sjero.net Git - wget/commitdiff
tests: do not use -H on IDN tests
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 10 Oct 2013 21:19:48 +0000 (23:19 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 10 Oct 2013 21:19:48 +0000 (23:19 +0200)
tests/ChangeLog
tests/Test-idn-cmd-utf8.px
tests/Test-idn-cmd.px
tests/Test-idn-robots-utf8.px

index 9723752560cec44a5a292ed33a9f8574db6815b8..fab7460e0b21b602169eb5ee25cef0b5d3b52ad3 100644 (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>
 
        * Test-idn-robots.px: added punycoded and escaped URLs to follow
index f068ce47d650858ebb5eb94c6750f31fb6492de8..500c3d56556efff4d44718a1ef0f0081969d9fd0 100755 (executable)
@@ -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;
index e292aea6823a304c0f54ba8e3bc7dbe3687b9e2f..a81da8c9b47c6cd022fb9ac89ae90578ddffcdd8 100755 (executable)
@@ -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;
index bcfadd1f205ecaa908a623fcf6d209e594087001..5f2dd8572e5362df5bca227e946281686d3006a5 100755 (executable)
@@ -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/";