]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-fallback.px
Add new test.
[wget] / tests / Test-ftp-iri-fallback.px
index f485721324d16067c77823a8e50e4a6ca7a990a8..fa4cdc170b18f19b0d09a8f36c2bf695b367f3a7 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use FTPTest;
 
 
@@ -36,10 +37,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-fallback",
+                             input => \%urls,
+                             cmdline => $cmdline,
+                             errcode => $expected_error_code,
                              output => \%expected_downloaded_files);
 exit $the_test->run();