From 4f16c7754c2d4507054004419538e2403ac09d96 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 4 Jun 2010 11:12:19 +0200 Subject: [PATCH] Use /usr/bin/env to find the perl interpreter. --- ChangeLog | 8 +++ build-aux/build_info.pl | 2 +- tests/ChangeLog | 72 +++++++++++++++++++ tests/Test--no-content-disposition-trivial.px | 2 +- tests/Test--no-content-disposition.px | 2 +- tests/Test--spider-fail.px | 2 +- ...pider-r--no-content-disposition-trivial.px | 2 +- .../Test--spider-r--no-content-disposition.px | 2 +- ...Test--spider-r-HTTP-Content-Disposition.px | 2 +- tests/Test--spider-r.px | 2 +- tests/Test--spider.px | 2 +- tests/Test-E-k-K.px | 2 +- tests/Test-E-k.px | 2 +- tests/Test-HTTP-Content-Disposition-1.px | 2 +- tests/Test-HTTP-Content-Disposition-2.px | 2 +- tests/Test-HTTP-Content-Disposition.px | 2 +- .../Test-N--no-content-disposition-trivial.px | 2 +- tests/Test-N--no-content-disposition.px | 2 +- tests/Test-N-HTTP-Content-Disposition.px | 2 +- tests/Test-N-current.px | 2 +- tests/Test-N-no-info.px | 2 +- tests/Test-N-old.px | 2 +- tests/Test-N-smaller.px | 2 +- tests/Test-N.px | 2 +- .../Test-O--no-content-disposition-trivial.px | 2 +- tests/Test-O--no-content-disposition.px | 2 +- tests/Test-O-HTTP-Content-Disposition.px | 2 +- tests/Test-O-nc.px | 2 +- tests/Test-O-nonexisting.px | 2 +- tests/Test-O.px | 2 +- tests/Test-Restrict-Lowercase.px | 2 +- tests/Test-Restrict-Uppercase.px | 2 +- tests/Test-auth-basic.px | 2 +- tests/Test-auth-no-challenge-url.px | 2 +- tests/Test-auth-no-challenge.px | 2 +- tests/Test-auth-retcode.px | 2 +- tests/Test-auth-with-content-disposition.px | 2 +- tests/Test-c-full.px | 2 +- tests/Test-c-partial.px | 2 +- tests/Test-c-shorter.px | 2 +- tests/Test-c.px | 2 +- tests/Test-cookies-401.px | 2 +- tests/Test-cookies.px | 2 +- tests/Test-ftp-bad-list.px | 2 +- tests/Test-ftp-iri-disabled.px | 2 +- tests/Test-ftp-iri-fallback.px | 2 +- tests/Test-ftp-iri-recursive.px | 2 +- tests/Test-ftp-iri.px | 2 +- tests/Test-ftp-pasv-fail.px | 2 +- tests/Test-ftp-recursive.px | 2 +- tests/Test-ftp.px | 2 +- tests/Test-i-ftp.px | 2 +- tests/Test-i-http.px | 2 +- tests/Test-idn-cmd.px | 2 +- tests/Test-idn-headers.px | 2 +- tests/Test-idn-meta.px | 2 +- tests/Test-idn-robots.px | 2 +- tests/Test-iri-disabled.px | 2 +- tests/Test-iri-forced-remote.px | 2 +- tests/Test-iri-list.px | 2 +- tests/Test-iri-percent.px | 2 +- tests/Test-iri.px | 2 +- tests/Test-k.px | 2 +- tests/Test-meta-robots.px | 2 +- tests/Test-nonexisting-quiet.px | 2 +- tests/Test-noop.px | 2 +- tests/Test-np.px | 2 +- tests/Test-proxied-https-auth.px | 2 +- tests/Test-proxy-auth-basic.px | 2 +- tests/Test-restrict-ascii.px | 2 +- util/paramcheck.pl | 2 +- util/rmold.pl | 2 +- 72 files changed, 150 insertions(+), 70 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf640484..62553641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-06-04 Giuseppe Scrivano + + * build-aux/build_info.pl: Use /usr/bin/env to find the perl + interpreter. + * util/paramcheck.pl: Likewise. + * util/rmold.pl: Likewise. + Reported by sci-fi@hush.ai. + 2010-06-03 Giuseppe Scrivano * bootstrap.conf (gnulib_modules): Add iconv-h. diff --git a/build-aux/build_info.pl b/build-aux/build_info.pl index 83211a23..eb34ae51 100755 --- a/build-aux/build_info.pl +++ b/build-aux/build_info.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Generate build_info.c. diff --git a/tests/ChangeLog b/tests/ChangeLog index d9d4d909..5aee4469 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,75 @@ +2010-06-04 Giuseppe Scrivano + + * Test--no-content-disposition-trivial.px: Use /usr/bin/env to find the + perl interpreter. + * Test--no-content-disposition.px: Likewise. + * Test--spider-fail.px: Likewise. + * Test--spider-r--no-content-disposition-trivial.px: Likewise. + * Test--spider-r--no-content-disposition.px: Likewise. + * Test--spider-r-HTTP-Content-Disposition.px: Likewise. + * Test--spider-r.px: Likewise. + * Test--spider.px: Likewise. + * Test-E-k-K.px: Likewise. + * Test-E-k.px: Likewise. + * Test-HTTP-Content-Disposition-1.px: Likewise. + * Test-HTTP-Content-Disposition-2.px: Likewise. + * Test-HTTP-Content-Disposition.px: Likewise. + * Test-N--no-content-disposition-trivial.px: Likewise. + * Test-N--no-content-disposition.px: Likewise. + * Test-N-HTTP-Content-Disposition.px: Likewise. + * Test-N-current.px: Likewise. + * Test-N-no-info.px: Likewise. + * Test-N-old.px: Likewise. + * Test-N-smaller.px: Likewise. + * Test-N.px: Likewise. + * Test-O--no-content-disposition-trivial.px: Likewise. + * Test-O--no-content-disposition.px: Likewise. + * Test-O-HTTP-Content-Disposition.px: Likewise. + * Test-O-nc.px: Likewise. + * Test-O-nonexisting.px: Likewise. + * Test-O.px: Likewise. + * Test-Restrict-Lowercase.px: Likewise. + * Test-Restrict-Uppercase.px: Likewise. + * Test-auth-basic.px: Likewise. + * Test-auth-no-challenge-url.px: Likewise. + * Test-auth-no-challenge.px: Likewise. + * Test-auth-retcode.px: Likewise. + * Test-auth-with-content-disposition.px: Likewise. + * Test-c-full.px: Likewise. + * Test-c-partial.px: Likewise. + * Test-c-shorter.px: Likewise. + * Test-c.px: Likewise. + * Test-cookies-401.px: Likewise. + * Test-cookies.px: Likewise. + * Test-ftp-bad-list.px: Likewise. + * Test-ftp-iri-disabled.px: Likewise. + * Test-ftp-iri-fallback.px: Likewise. + * Test-ftp-iri-recursive.px: Likewise. + * Test-ftp-iri.px: Likewise. + * Test-ftp-pasv-fail.px: Likewise. + * Test-ftp-recursive.px: Likewise. + * Test-ftp.px: Likewise. + * Test-i-ftp.px: Likewise. + * Test-i-http.px: Likewise. + * Test-idn-cmd.px: Likewise. + * Test-idn-headers.px: Likewise. + * Test-idn-meta.px: Likewise. + * Test-idn-robots.px: Likewise. + * Test-iri-disabled.px: Likewise. + * Test-iri-forced-remote.px: Likewise. + * Test-iri-list.px: Likewise. + * Test-iri-percent.px: Likewise. + * Test-iri.px: Likewise. + * Test-k.px: Likewise. + * Test-meta-robots.px: Likewise. + * Test-nonexisting-quiet.px: Likewise. + * Test-noop.px: Likewise. + * Test-np.px: Likewise. + * Test-proxied-https-auth.px: Likewise. + * Test-proxy-auth-basic.px: Likewise. + * Test-restrict-ascii.px: Likewise. + Reported by sci-fi@hush.ai. + 2010-05-29 Giuseppe Scrivano * Makefile.am (EXTRA_DIST): Add Test-auth-retcode.px. diff --git a/tests/Test--no-content-disposition-trivial.px b/tests/Test--no-content-disposition-trivial.px index 26e18208..337bc7c4 100755 --- a/tests/Test--no-content-disposition-trivial.px +++ b/tests/Test--no-content-disposition-trivial.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--no-content-disposition.px b/tests/Test--no-content-disposition.px index 2327d6d9..27523a42 100755 --- a/tests/Test--no-content-disposition.px +++ b/tests/Test--no-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider-fail.px b/tests/Test--spider-fail.px index 39974dae..98c1b9cc 100755 --- a/tests/Test--spider-fail.px +++ b/tests/Test--spider-fail.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider-r--no-content-disposition-trivial.px b/tests/Test--spider-r--no-content-disposition-trivial.px index ed6e46eb..88b53c48 100755 --- a/tests/Test--spider-r--no-content-disposition-trivial.px +++ b/tests/Test--spider-r--no-content-disposition-trivial.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider-r--no-content-disposition.px b/tests/Test--spider-r--no-content-disposition.px index 831a9388..6d7112a5 100755 --- a/tests/Test--spider-r--no-content-disposition.px +++ b/tests/Test--spider-r--no-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider-r-HTTP-Content-Disposition.px b/tests/Test--spider-r-HTTP-Content-Disposition.px index 768659b5..8917b721 100755 --- a/tests/Test--spider-r-HTTP-Content-Disposition.px +++ b/tests/Test--spider-r-HTTP-Content-Disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider-r.px b/tests/Test--spider-r.px index e0e424b6..b84bafba 100755 --- a/tests/Test--spider-r.px +++ b/tests/Test--spider-r.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test--spider.px b/tests/Test--spider.px index 3b5bc150..633c3292 100755 --- a/tests/Test--spider.px +++ b/tests/Test--spider.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 619ff254..211988b8 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-K.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px index 48fb52dd..99df5b49 100755 --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-HTTP-Content-Disposition-1.px b/tests/Test-HTTP-Content-Disposition-1.px index 1ee5e25d..ef82eda9 100755 --- a/tests/Test-HTTP-Content-Disposition-1.px +++ b/tests/Test-HTTP-Content-Disposition-1.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-HTTP-Content-Disposition-2.px b/tests/Test-HTTP-Content-Disposition-2.px index d424fcc2..55b2abb2 100755 --- a/tests/Test-HTTP-Content-Disposition-2.px +++ b/tests/Test-HTTP-Content-Disposition-2.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-HTTP-Content-Disposition.px b/tests/Test-HTTP-Content-Disposition.px index 19cc908d..9b966f76 100755 --- a/tests/Test-HTTP-Content-Disposition.px +++ b/tests/Test-HTTP-Content-Disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N--no-content-disposition-trivial.px b/tests/Test-N--no-content-disposition-trivial.px index cd65b28b..01e70c10 100755 --- a/tests/Test-N--no-content-disposition-trivial.px +++ b/tests/Test-N--no-content-disposition-trivial.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N--no-content-disposition.px b/tests/Test-N--no-content-disposition.px index 074327c6..42ac7ee0 100755 --- a/tests/Test-N--no-content-disposition.px +++ b/tests/Test-N--no-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index 937868b4..ab8cea82 100755 --- a/tests/Test-N-HTTP-Content-Disposition.px +++ b/tests/Test-N-HTTP-Content-Disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index fcb3e8ed..fcf4d886 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N-no-info.px b/tests/Test-N-no-info.px index 3d6e0d56..698ce8b4 100755 --- a/tests/Test-N-no-info.px +++ b/tests/Test-N-no-info.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N-old.px b/tests/Test-N-old.px index b9faa55e..0c0128cd 100755 --- a/tests/Test-N-old.px +++ b/tests/Test-N-old.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N-smaller.px b/tests/Test-N-smaller.px index 3d075205..2ea0ab80 100755 --- a/tests/Test-N-smaller.px +++ b/tests/Test-N-smaller.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-N.px b/tests/Test-N.px index 66c97a43..91528db4 100755 --- a/tests/Test-N.px +++ b/tests/Test-N.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O--no-content-disposition-trivial.px b/tests/Test-O--no-content-disposition-trivial.px index 379bca03..a5b264be 100755 --- a/tests/Test-O--no-content-disposition-trivial.px +++ b/tests/Test-O--no-content-disposition-trivial.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O--no-content-disposition.px b/tests/Test-O--no-content-disposition.px index 3c57f054..92263ffc 100755 --- a/tests/Test-O--no-content-disposition.px +++ b/tests/Test-O--no-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O-HTTP-Content-Disposition.px b/tests/Test-O-HTTP-Content-Disposition.px index 4f6e312a..23ae6872 100755 --- a/tests/Test-O-HTTP-Content-Disposition.px +++ b/tests/Test-O-HTTP-Content-Disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O-nc.px b/tests/Test-O-nc.px index dc0265ae..94a7b43e 100755 --- a/tests/Test-O-nc.px +++ b/tests/Test-O-nc.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O-nonexisting.px b/tests/Test-O-nonexisting.px index 8d71bb65..8fde7c8f 100755 --- a/tests/Test-O-nonexisting.px +++ b/tests/Test-O-nonexisting.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-O.px b/tests/Test-O.px index 2842b553..eed42dea 100755 --- a/tests/Test-O.px +++ b/tests/Test-O.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-Restrict-Lowercase.px b/tests/Test-Restrict-Lowercase.px index e237279b..860e8a7d 100755 --- a/tests/Test-Restrict-Lowercase.px +++ b/tests/Test-Restrict-Lowercase.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-Restrict-Uppercase.px b/tests/Test-Restrict-Uppercase.px index afbae15f..30213472 100755 --- a/tests/Test-Restrict-Uppercase.px +++ b/tests/Test-Restrict-Uppercase.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-auth-basic.px b/tests/Test-auth-basic.px index 09ea6907..008b3fc0 100755 --- a/tests/Test-auth-basic.px +++ b/tests/Test-auth-basic.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-auth-no-challenge-url.px b/tests/Test-auth-no-challenge-url.px index dc8dc062..46bb877f 100755 --- a/tests/Test-auth-no-challenge-url.px +++ b/tests/Test-auth-no-challenge-url.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-auth-no-challenge.px b/tests/Test-auth-no-challenge.px index 7678f3fe..7ee2e410 100755 --- a/tests/Test-auth-no-challenge.px +++ b/tests/Test-auth-no-challenge.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-auth-retcode.px b/tests/Test-auth-retcode.px index 5e16fa6d..4d8e6d6b 100644 --- a/tests/Test-auth-retcode.px +++ b/tests/Test-auth-retcode.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-auth-with-content-disposition.px b/tests/Test-auth-with-content-disposition.px index 5fd201c3..96755ad1 100755 --- a/tests/Test-auth-with-content-disposition.px +++ b/tests/Test-auth-with-content-disposition.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px index 1216984d..4aa8d964 100755 --- a/tests/Test-c-full.px +++ b/tests/Test-c-full.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px index 28030cbc..ccb20fda 100755 --- a/tests/Test-c-partial.px +++ b/tests/Test-c-partial.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-c-shorter.px b/tests/Test-c-shorter.px index 3342592c..c4802dac 100755 --- a/tests/Test-c-shorter.px +++ b/tests/Test-c-shorter.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-c.px b/tests/Test-c.px index 3da87714..0326697e 100755 --- a/tests/Test-c.px +++ b/tests/Test-c.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-cookies-401.px b/tests/Test-cookies-401.px index 95cc24dc..1c024904 100755 --- a/tests/Test-cookies-401.px +++ b/tests/Test-cookies-401.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-cookies.px b/tests/Test-cookies.px index cb4ce069..a4b9125a 100755 --- a/tests/Test-cookies.px +++ b/tests/Test-cookies.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-bad-list.px b/tests/Test-ftp-bad-list.px index 21134f88..8584d0a6 100755 --- a/tests/Test-ftp-bad-list.px +++ b/tests/Test-ftp-bad-list.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-iri-disabled.px b/tests/Test-ftp-iri-disabled.px index 612223ae..d8dac313 100755 --- a/tests/Test-ftp-iri-disabled.px +++ b/tests/Test-ftp-iri-disabled.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px index fa4cdc17..c78518f0 100755 --- a/tests/Test-ftp-iri-fallback.px +++ b/tests/Test-ftp-iri-fallback.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-iri-recursive.px b/tests/Test-ftp-iri-recursive.px index f0d978f6..46b6fd01 100755 --- a/tests/Test-ftp-iri-recursive.px +++ b/tests/Test-ftp-iri-recursive.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-iri.px b/tests/Test-ftp-iri.px index cf2a5815..a4b7fe1b 100755 --- a/tests/Test-ftp-iri.px +++ b/tests/Test-ftp-iri.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-pasv-fail.px b/tests/Test-ftp-pasv-fail.px index 59771b23..e92f3152 100755 --- a/tests/Test-ftp-pasv-fail.px +++ b/tests/Test-ftp-pasv-fail.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp-recursive.px b/tests/Test-ftp-recursive.px index 45af5d68..c9d7be4c 100755 --- a/tests/Test-ftp-recursive.px +++ b/tests/Test-ftp-recursive.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-ftp.px b/tests/Test-ftp.px index 49a96810..2b8e25be 100755 --- a/tests/Test-ftp.px +++ b/tests/Test-ftp.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-i-ftp.px b/tests/Test-i-ftp.px index 1d3bc1ce..aa9f3dee 100755 --- a/tests/Test-i-ftp.px +++ b/tests/Test-i-ftp.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-i-http.px b/tests/Test-i-http.px index 2425c031..10dabcce 100755 --- a/tests/Test-i-http.px +++ b/tests/Test-i-http.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index 1ace1978..e292aea6 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-idn-headers.px b/tests/Test-idn-headers.px index 16963f24..7808b88c 100755 --- a/tests/Test-idn-headers.px +++ b/tests/Test-idn-headers.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-idn-meta.px b/tests/Test-idn-meta.px index 3a67f4db..9fdbbd05 100755 --- a/tests/Test-idn-meta.px +++ b/tests/Test-idn-meta.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-idn-robots.px b/tests/Test-idn-robots.px index 8ac4d94b..fb060c4f 100755 --- a/tests/Test-idn-robots.px +++ b/tests/Test-idn-robots.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-iri-disabled.px b/tests/Test-iri-disabled.px index 179b6249..c226a6e4 100755 --- a/tests/Test-iri-disabled.px +++ b/tests/Test-iri-disabled.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-iri-forced-remote.px b/tests/Test-iri-forced-remote.px index 7c46ea8d..e5e863fd 100755 --- a/tests/Test-iri-forced-remote.px +++ b/tests/Test-iri-forced-remote.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index cf7df67f..96901533 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-iri-percent.px b/tests/Test-iri-percent.px index 2184b4d8..fcac35cc 100755 --- a/tests/Test-iri-percent.px +++ b/tests/Test-iri-percent.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-iri.px b/tests/Test-iri.px index defb6d30..8d4aa17e 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-k.px b/tests/Test-k.px index d94fb3b4..c853610a 100755 --- a/tests/Test-k.px +++ b/tests/Test-k.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-meta-robots.px b/tests/Test-meta-robots.px index fb627c61..10db455e 100755 --- a/tests/Test-meta-robots.px +++ b/tests/Test-meta-robots.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px index f150da1b..62ee2416 100755 --- a/tests/Test-nonexisting-quiet.px +++ b/tests/Test-nonexisting-quiet.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-noop.px b/tests/Test-noop.px index b825c540..e2ebc359 100755 --- a/tests/Test-noop.px +++ b/tests/Test-noop.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-np.px b/tests/Test-np.px index c81b93c6..4afc27c6 100755 --- a/tests/Test-np.px +++ b/tests/Test-np.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-proxied-https-auth.px b/tests/Test-proxied-https-auth.px index 71d43b16..1de53578 100755 --- a/tests/Test-proxied-https-auth.px +++ b/tests/Test-proxied-https-auth.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-proxy-auth-basic.px b/tests/Test-proxy-auth-basic.px index aecda791..f4376786 100755 --- a/tests/Test-proxy-auth-basic.px +++ b/tests/Test-proxy-auth-basic.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/tests/Test-restrict-ascii.px b/tests/Test-restrict-ascii.px index 4d938b71..48abc57b 100755 --- a/tests/Test-restrict-ascii.px +++ b/tests/Test-restrict-ascii.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; diff --git a/util/paramcheck.pl b/util/paramcheck.pl index a039d37e..5fd562b9 100755 --- a/util/paramcheck.pl +++ b/util/paramcheck.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. diff --git a/util/rmold.pl b/util/rmold.pl index a3841fc7..62d53953 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#!/usr/bin/env perl -w # Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. -- 2.39.2