]> sjero.net Git - wget/blobdiff - tests/Test-iri-forced-remote.px
Fix build when libpsl is not available
[wget] / tests / Test-iri-forced-remote.px
index 7c46ea8debf5c4a5ee4d518d02bea536e47bdabe..d1bed72c65566cb095bdd41a632a0a8637580c97 100755 (executable)
@@ -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;