]> sjero.net Git - wget/blobdiff - tests/Test-auth-no-challenge-url.px
Fix build when libpsl is not available
[wget] / tests / Test-auth-no-challenge-url.px
index 4b947ed22332742a73af639d78531db2b42e72bb..46bb877fc2eab6da1eb3d04ef645c0b9e81c1522 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-no-challenge-url",
-                              input => \%urls, 
-                              cmdline => $cmdline, 
-                              errcode => $expected_error_code, 
+                              input => \%urls,
+                              cmdline => $cmdline,
+                              errcode => $expected_error_code,
                               output => \%expected_downloaded_files);
 exit $the_test->run();