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