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