summaryrefslogtreecommitdiff
path: root/tests/docroot/www/get-post-len.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www/get-post-len.pl')
-rw-r--r--tests/docroot/www/get-post-len.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/docroot/www/get-post-len.pl b/tests/docroot/www/get-post-len.pl
index bac8bbf8..82276bd6 100644
--- a/tests/docroot/www/get-post-len.pl
+++ b/tests/docroot/www/get-post-len.pl
@@ -1,5 +1,4 @@
-#!/usr/bin/perl
-
+#!/usr/bin/env perl
print "Content-Type: text/plain\r\n\r\n";
@@ -12,4 +11,3 @@ if ($ENV{"REQUEST_METHOD"} eq "POST") {
} else {
print "0";
}
-