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