X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri-list.px;h=ad88e4c416a7fa9715fee7be9ef65ce9a54f49ad;hp=dc55eeca4c85e8dec1a602a73621af90a5f03a5a;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index dc55eeca..ad88e4c4 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -143,7 +143,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --iri -d -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;