]> sjero.net Git - wget/blobdiff - tests/Test-iri-list.px
[mq]: cfg-mk
[wget] / tests / Test-iri-list.px
index 87cc33c8e11c96a30d5702ef38f79ddacc80e13a..dc55eeca4c85e8dec1a602a73621af90a5f03a5a 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # cf. http://en.wikipedia.org/wiki/Latin1
@@ -164,9 +165,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-iri-list",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();