tests: Fix some failures because of missing --trust-server-names

This commit is contained in:
Mike Frysinger 2010-09-12 15:21:50 +02:00 committed by Giuseppe Scrivano
parent 822a32d813
commit 63473a2663
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2010-09-12 Mike Frysinger <vapier@gentoo.org>
Fix some tests failures.
* Test-iri-forced-remote.px: Use --trust-server-names to the cmdline
variable.
* Test-iri-list.px: Likewise.
* Test-iri.px: Likewise.
2010-06-04 Giuseppe Scrivano <gscrivano@gnu.org>
* Test--no-content-disposition-trivial.px: Use /usr/bin/env to find the

View File

@ -174,7 +174,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --iri --remote-encoding=iso-8859-1 -nH -r http://localhost:{{port}}/";
my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names --remote-encoding=iso-8859-1 -nH -r http://localhost:{{port}}/";
my $expected_error_code = 0;

View File

@ -143,7 +143,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --iri -i http://localhost:{{port}}/url_list.txt";
my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names -i http://localhost:{{port}}/url_list.txt";
my $expected_error_code = 0;

View File

@ -186,7 +186,7 @@ my %urls = (
},
);
my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
my $cmdline = $WgetTest::WGETPATH . " --iri --trust-server-names --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
my $expected_error_code = 0;