]> sjero.net Git - wget/blobdiff - tests/Test-meta-robots.px
[mq]: cfg-mk
[wget] / tests / Test-meta-robots.px
index 2560369aa6da08aa636f8c6b587b30532534afac..fb627c61a08f739be605773101346eb2367346ca 100755 (executable)
@@ -105,9 +105,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-meta-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();