]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-disabled.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-ftp-iri-disabled.px
index 76330b1a9e2015370e8baa59782e5e77c4c3300b..4ded28ffd182316d1f365d9c350451707a393b5a 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use FTPTest;
 
 
@@ -28,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --no-iri --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;