]> sjero.net Git - wget/blobdiff - tests/Test-iri.px
Automated merge.
[wget] / tests / Test-iri.px
index 662019e794a3d63ddbe02967ae8c37ba041b93c8..738c304a95fa82ceef274c40b2a6fe5e1661dcef 100755 (executable)
@@ -215,9 +215,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-iri",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();