]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-fallback.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-ftp-iri-fallback.px
index 091fd00828e9bddd49e6d730bec4c3cac43402e5..c3f97385bab1e29d4a6a36261662b862934c08fd 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use FTPTest;
 
 
@@ -24,7 +25,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
+my $cmdline = $WgetTest::WGETPATH . " --local-encoding=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
 
 my $expected_error_code = 0;