]> sjero.net Git - wget/blobdiff - tests/Test-c-partial.px
[mq]: cfg-mk
[wget] / tests / Test-c-partial.px
index 57095472e9b57d90382053287fb7bba0f07031a8..28030cbcac5e2f77abcaf353e3a8247adba7cdff 100755 (executable)
@@ -57,9 +57,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-c-partial",
-                              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();