]> sjero.net Git - wget/blobdiff - tests/Test-auth-with-content-disposition.px
NEWS: cite --start-pos
[wget] / tests / Test-auth-with-content-disposition.px
index a8849d8d2448cd90c415798a2981c57bd883c866..96755ad19b3e60dacb17859e37df45448e0b5b14 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -40,9 +40,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-auth-with-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();