]> sjero.net Git - wget/blobdiff - tests/Test-nonexisting-quiet.px
[mq]: cfg-mk
[wget] / tests / Test-nonexisting-quiet.px
index fa6fa0f2477dfc0afa8530fd9f4437088ac8a060..f150da1b11f1bf1d295bcfa285fad71cf2a1726e 100755 (executable)
@@ -34,9 +34,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-nonexisting-quiet",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();