X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri-forced-remote.px;h=d1bed72c65566cb095bdd41a632a0a8637580c97;hp=7c46ea8debf5c4a5ee4d518d02bea536e47bdabe;hb=8c2fd06ba80b5312b4540859d452664450ec054f;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/tests/Test-iri-forced-remote.px b/tests/Test-iri-forced-remote.px index 7c46ea8d..d1bed72c 100755 --- a/tests/Test-iri-forced-remote.px +++ b/tests/Test-iri-forced-remote.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -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;