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