]> sjero.net Git - wget/blobdiff - tests/Test-auth-no-challenge-url.px
Fix build when libpsl is not available
[wget] / tests / Test-auth-no-challenge-url.px
index 53f6245baa47d4103343199c40530869d52c758a..46bb877fc2eab6da1eb3d04ef645c0b9e81c1522 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -39,9 +40,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-auth-no-challenge-url",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();