]> sjero.net Git - wget/blobdiff - tests/Test-iri-disabled.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-iri-disabled.px
index 17e43361a2f5d3649de24c024c55909220950a09..01231a4413750521139c7e1214fb86836e22d38f 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -161,7 +162,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri=no -nH -r http://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --no-iri -nH -r http://localhost:{{port}}/";
 
 my $expected_error_code = 0;