]> sjero.net Git - wget/blobdiff - tests/Test-N-current.px
[mq]: cfg-mk
[wget] / tests / Test-N-current.px
index 0ef472892cdd12b0b75b1c7c649f78f06bf948ff..fcb3e8eddea5a97da4e804beb2131b06311750e3 100755 (executable)
@@ -55,9 +55,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-N-current",
-                              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();