summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/core-condition.t2
-rwxr-xr-xtests/core-keepalive.t2
-rwxr-xr-xtests/core-request.t2
-rwxr-xr-xtests/core-response.t2
-rwxr-xr-xtests/core-var-include.t2
-rwxr-xr-xtests/core.t2
-rwxr-xr-xtests/mod-access.t2
-rwxr-xr-xtests/mod-auth.t2
-rwxr-xr-xtests/mod-cgi.t2
-rwxr-xr-xtests/mod-compress.t2
-rwxr-xr-xtests/mod-fastcgi.t2
-rwxr-xr-xtests/mod-proxy.t2
-rwxr-xr-xtests/mod-redirect.t2
-rwxr-xr-xtests/mod-rewrite.t2
-rwxr-xr-xtests/mod-secdownload.t2
-rwxr-xr-xtests/mod-setenv.t2
-rwxr-xr-xtests/mod-ssi.t2
-rwxr-xr-xtests/mod-userdir.t2
-rwxr-xr-xtests/request.t2
-rwxr-xr-xtests/run-tests.pl2
20 files changed, 20 insertions, 20 deletions
diff --git a/tests/core-condition.t b/tests/core-condition.t
index 5f7d1cbd..f685bd36 100755
--- a/tests/core-condition.t
+++ b/tests/core-condition.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/core-keepalive.t b/tests/core-keepalive.t
index 038771d9..10057fc5 100755
--- a/tests/core-keepalive.t
+++ b/tests/core-keepalive.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
diff --git a/tests/core-request.t b/tests/core-request.t
index cc6a1b07..35937f38 100755
--- a/tests/core-request.t
+++ b/tests/core-request.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/core-response.t b/tests/core-response.t
index abd95f09..a8fbd00d 100755
--- a/tests/core-response.t
+++ b/tests/core-response.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
diff --git a/tests/core-var-include.t b/tests/core-var-include.t
index 1490637b..a6ccbd34 100755
--- a/tests/core-var-include.t
+++ b/tests/core-var-include.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/core.t b/tests/core.t
index 93566c6f..6d11cc6c 100755
--- a/tests/core.t
+++ b/tests/core.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
diff --git a/tests/mod-access.t b/tests/mod-access.t
index 84f4e8ac..b32dfe0b 100755
--- a/tests/mod-access.t
+++ b/tests/mod-access.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-auth.t b/tests/mod-auth.t
index 89ea626b..97c87085 100755
--- a/tests/mod-auth.t
+++ b/tests/mod-auth.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-cgi.t b/tests/mod-cgi.t
index 5d2891db..b205d8c5 100755
--- a/tests/mod-cgi.t
+++ b/tests/mod-cgi.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-compress.t b/tests/mod-compress.t
index e36d1ef2..5da77f91 100755
--- a/tests/mod-compress.t
+++ b/tests/mod-compress.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index fcda5d4d..ca5be247 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-proxy.t b/tests/mod-proxy.t
index 782df92d..f0e79a28 100755
--- a/tests/mod-proxy.t
+++ b/tests/mod-proxy.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-redirect.t b/tests/mod-redirect.t
index b57ac3e2..a2de8161 100755
--- a/tests/mod-redirect.t
+++ b/tests/mod-redirect.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-rewrite.t b/tests/mod-rewrite.t
index 546d1b81..cb37a421 100755
--- a/tests/mod-rewrite.t
+++ b/tests/mod-rewrite.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-secdownload.t b/tests/mod-secdownload.t
index cd13a139..6900ac14 100755
--- a/tests/mod-secdownload.t
+++ b/tests/mod-secdownload.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-setenv.t b/tests/mod-setenv.t
index cd902f96..1eb32a19 100755
--- a/tests/mod-setenv.t
+++ b/tests/mod-setenv.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
diff --git a/tests/mod-ssi.t b/tests/mod-ssi.t
index 7609d349..411ed12e 100755
--- a/tests/mod-ssi.t
+++ b/tests/mod-ssi.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/mod-userdir.t b/tests/mod-userdir.t
index 33f4ab0e..30d546a3 100755
--- a/tests/mod-userdir.t
+++ b/tests/mod-userdir.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/request.t b/tests/request.t
index f82c2e50..1ea40aa9 100755
--- a/tests/request.t
+++ b/tests/request.t
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#!/usr/bin/env perl
BEGIN {
# add current source dir to the include-path
# we need this for make distcheck
diff --git a/tests/run-tests.pl b/tests/run-tests.pl
index 752d616b..0d409858 100755
--- a/tests/run-tests.pl
+++ b/tests/run-tests.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
use strict;