]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-disabled.px
Automated merge.
[wget] / tests / Test-ftp-iri-disabled.px
index 14d849dac46768d84cd20121a87a51f7714d433e..76330b1a9e2015370e8baa59782e5e77c4c3300b 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use FTPTest;
 
@@ -27,7 +28,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --iri=no --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
+my $cmdline = $WgetTest::WGETPATH . " --no-iri --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
 
 my $expected_error_code = 0;