]> sjero.net Git - wget/blobdiff - tests/Test-c.px
[mq]: cfg-mk
[wget] / tests / Test-c.px
index 2fb705f1b3f9ab3c81d15faf4b2e4ef454ea6c34..3da87714fa3b4fbc96283ca0cccd6d943421dd70 100755 (executable)
@@ -44,9 +44,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-c",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               existing => \%existing_files,
                               output => \%expected_downloaded_files);
 exit $the_test->run();