]> sjero.net Git - wget/blobdiff - tests/Test-N--no-content-disposition.px
NEWS: cite --start-pos
[wget] / tests / Test-N--no-content-disposition.px
index 78fe522ff12c664f29c82b2d1b89607123257c5b..42ac7ee0fae8718acc32efacfaf3587f067050c8 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-N--no-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();