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