mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 10:53:29 +08:00
tests: Fix some failures because of missing --trust-server-names
This commit is contained in:
committed by
Giuseppe Scrivano
parent
822a32d813
commit
63473a2663
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user