]> sjero.net Git - wget/blobdiff - tests/Test-E-k.px
Fix build when libpsl is not available
[wget] / tests / Test-E-k.px
index 40d6b6dcb3e3681b31e33b22e5b29d011ed12661..99df5b49bf546a2412ec6471cb023fcd6adab2e2 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -77,9 +77,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-E-k",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();