]> sjero.net Git - wget/blobdiff - tests/Test-c.px
Fix build when libpsl is not available
[wget] / tests / Test-c.px
index 2fb705f1b3f9ab3c81d15faf4b2e4ef454ea6c34..0326697eb27bcb54eecbe0d2df3178fc95db1cc1 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -44,9 +44,9 @@ my %expected_downloaded_files = (
 ###############################################################################
 
 my $the_test = HTTPTest->new (name => "Test-c",
-                              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();