]> sjero.net Git - wget/blobdiff - tests/Test-iri-list.px
Fix build when libpsl is not available
[wget] / tests / Test-iri-list.px
index dc55eeca4c85e8dec1a602a73621af90a5f03a5a..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 -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;