]> sjero.net Git - wget/blobdiff - tests/Test--spider-fail.px
[mq]: cfg-mk
[wget] / tests / Test--spider-fail.px
index ac8f5e6db81bc3282f7c240944887a0ae04f63a5..39974daefac85f4435c63d74b03ad38ec27613a1 100755 (executable)
@@ -43,9 +43,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test--spider-fail",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();