]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-disabled.px
Add new test.
[wget] / tests / Test-ftp-iri-disabled.px
index 17bb85c888bed27b13027c262b3f6acc3a17edef..612223ae96283b4c9bda025540cf7296218c9b15 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use FTPTest;
 
 
@@ -40,10 +41,10 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = FTPTest->new (name => "Test-ftp-iri",
-                             input => \%urls, 
-                             cmdline => $cmdline, 
-                             errcode => $expected_error_code, 
+my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled",
+                             input => \%urls,
+                             cmdline => $cmdline,
+                             errcode => $expected_error_code,
                              output => \%expected_downloaded_files);
 exit $the_test->run();