]> sjero.net Git - wget/blobdiff - tests/Test-O--no-content-disposition.px
NEWS: cite --start-pos
[wget] / tests / Test-O--no-content-disposition.px
index 592f0fec2303c72ae1c778a8a8d49502b3c7c381..92263ffc1c6c56777f0a8dede3775bdba3920b2c 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -37,9 +38,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-O--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();