]> sjero.net Git - wget/blobdiff - tests/Test-HTTP-Content-Disposition-1.px
NEWS: cite --start-pos
[wget] / tests / Test-HTTP-Content-Disposition-1.px
index 3d2701433b0ba136478ff48dc13af7b2987773bd..ef82eda900d093b56403f9203ffac59d0826fbff 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -66,9 +66,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-1",
-                              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();