X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-ftp-iri-fallback.px;h=c3f97385bab1e29d4a6a36261662b862934c08fd;hb=aab7dadc9a4f55d3a7921a2844ba1bbc18f7fc10;hp=8902e0f9a1392ca527d3b601f72cdd49066c4082;hpb=289ff1c86acbd60e09cb15d22df62b8e19942c3e;p=wget diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px index 8902e0f9..c3f97385 100755 --- a/tests/Test-ftp-iri-fallback.px +++ b/tests/Test-ftp-iri-fallback.px @@ -1,7 +1,9 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; +use WgetFeature qw(iri); use FTPTest; @@ -23,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;