]> sjero.net Git - wget/blobdiff - tests/Test-iri-forced-remote.px
tests: Fix some failures because of missing --trust-server-names
[wget] / tests / Test-iri-forced-remote.px
index e5e863fd668f549c4db9c9eae3570be7fc105207..d1bed72c65566cb095bdd41a632a0a8637580c97 100755 (executable)
@@ -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;