mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
tests: Fix some failures because of missing --trust-server-names
This commit is contained in:
parent
822a32d813
commit
63473a2663
@ -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>
|
2010-06-04 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* Test--no-content-disposition-trivial.px: Use /usr/bin/env to find the
|
* Test--no-content-disposition-trivial.px: Use /usr/bin/env to find the
|
||||||
|
@ -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;
|
my $expected_error_code = 0;
|
||||||
|
|
||||||
|
@ -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;
|
my $expected_error_code = 0;
|
||||||
|
|
||||||
|
@ -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;
|
my $expected_error_code = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user