]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-disabled.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-ftp-iri-disabled.px
index 14d849dac46768d84cd20121a87a51f7714d433e..17bb85c888bed27b13027c262b3f6acc3a17edef 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use FTPTest;
 
@@ -27,7 +28,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri=no --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
+my $cmdline = $WgetTest::WGETPATH . " --no-iri --local-encoding=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
 
 my $expected_error_code = 0;