]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-recursive.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-ftp-iri-recursive.px
index 95e9f31228f628a652722e125091f0830ea9558b..1a664e950b8ca775bbef2e807238833b27f7ae6b 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 -r -nH -S ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " --local-encoding=iso-8859-1 -r -nH -S ftp://localhost:{{port}}/";
 
 my $expected_error_code = 0;