]> sjero.net Git - wget/blobdiff - tests/Test-N-no-info.px
Fix build when libpsl is not available
[wget] / tests / Test-N-no-info.px
index 301a9101f077364d46af0bea835261eacd2c1915..698ce8b44bc83d5117199d1a640950db0d84ab4d 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -52,9 +53,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-N-current",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               existing => \%existing_files,
                               output => \%expected_downloaded_files);
 exit $the_test->run();