]> sjero.net Git - wget/blobdiff - tests/Test-O-HTTP-Content-Disposition.px
Fix build when libpsl is not available
[wget] / tests / Test-O-HTTP-Content-Disposition.px
index e18880a7ff665994b160484819b66cd217d77c66..23ae6872fb045ab25bee272594fbb149ab914bfc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -38,9 +38,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-O-HTTP-Content-Disposition",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();