]> sjero.net Git - wget/blobdiff - tests/Test-N-no-info.px
[mq]: cfg-mk
[wget] / tests / Test-N-no-info.px
index 9dec6eda7d24eced6376cb765f38e6902d60995e..3d6e0d565782218d290184b54e3e3b10035030b9 100755 (executable)
@@ -53,9 +53,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();