]> sjero.net Git - wget/blobdiff - tests/Test-iri.px
NEWS: cite --start-pos
[wget] / tests / Test-iri.px
index f81ef38f8734cdb4ef4c92373e399adc69a3e0c1..4865a1cd29ddc089138ae6f2e01c93f900d7f322 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -186,7 +186,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d --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;