]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri.px
Fix Test-ftp-iri.
[wget] / tests / Test-ftp-iri.px
index d453669c51cba84a60ba6bbd34ea2e17e684ce41..c7119482038889c26c8d1771e79956aecb0e963e 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 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 . " --debug --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
 
 my $expected_error_code = 0;