]> sjero.net Git - wget/blobdiff - tests/Test-auth-with-content-disposition.px
[mq]: cfg-mk
[wget] / tests / Test-auth-with-content-disposition.px
index a8849d8d2448cd90c415798a2981c57bd883c866..5fd201c3fd286a17ce5bac7a9c637085e7805147 100755 (executable)
@@ -40,9 +40,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-auth-with-content-disposition",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();