]> sjero.net Git - wget/blobdiff - tests/Test-iri-list.px
[mq]: cfg-mk
[wget] / tests / Test-iri-list.px
index 8110358a7c0404473cc4f666fcceb8d2fc0c9eaa..dc55eeca4c85e8dec1a602a73621af90a5f03a5a 100755 (executable)
@@ -165,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();