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