]> sjero.net Git - wget/blobdiff - tests/Test-c-full.px
[mq]: cfg-mk
[wget] / tests / Test-c-full.px
index 2d10745312ee38bba871e53fc56db3525a93e3b2..1216984dd48a4a8334e7232b30c80aa89f9f246f 100755 (executable)
@@ -47,9 +47,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-c-full",
-                              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();