]> sjero.net Git - wget/blobdiff - tests/Test-proxy-auth-basic.px
[mq]: cfg-mk
[wget] / tests / Test-proxy-auth-basic.px
index e3934d7d357ca4312245b4deb301ba3b946cc379..7e0fc5cd6f1ea074e362b26c1abf993dcebe9265 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -38,9 +39,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-auth-basic",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();