]> sjero.net Git - wget/blobdiff - tests/Test-idn-robots.px
[mq]: cfg-mk
[wget] / tests / Test-idn-robots.px
index ff5033f06b3e8baa1982a239486d14468a796b34..b10163dc3835f8931a16bb29d46ece444a460a26 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # " Kon'nichiwa <dot> Japan
@@ -68,9 +69,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-idn-robots",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();