]> sjero.net Git - wget/blobdiff - tests/Test-iri.px
Use /usr/bin/env to find the perl interpreter.
[wget] / tests / Test-iri.px
index f81ef38f8734cdb4ef4c92373e399adc69a3e0c1..8d4aa17eecfc98d29ac09a8fded804e3836c540b 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 --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/";
 
 my $expected_error_code = 0;