]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-disabled.px
Add new test.
[wget] / tests / Test-ftp-iri-disabled.px
index 4ded28ffd182316d1f365d9c350451707a393b5a..612223ae96283b4c9bda025540cf7296218c9b15 100755 (executable)
@@ -41,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();