]> sjero.net Git - wget/blobdiff - tests/Test-c-partial.px
NEWS: cite --start-pos
[wget] / tests / Test-c-partial.px
index 022342423e81f3ebe68bd43efefa28f8d2309b06..ccb20fda3b1a0837794bb11156738ed9355214ce 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -56,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();