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