]> sjero.net Git - wget/blobdiff - tests/Test-iri-forced-remote.px
Add new test.
[wget] / tests / Test-iri-forced-remote.px
index 8341d516931d6d9a9071f08e91b89abb87133640..7c46ea8debf5c4a5ee4d518d02bea536e47bdabe 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # cf. http://en.wikipedia.org/wiki/Latin1
@@ -198,9 +199,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-iri-forced-remote",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();