summaryrefslogtreecommitdiff
path: root/tests/docroot
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-08-12 19:24:33 +0000
committerMarcus Rückert <darix@opensu.se>2007-08-12 19:24:33 +0000
commit58ea3c14c548b1df77d3dc07245bf6e5d68da7b5 (patch)
tree9fbb2e93347cf2776faf265c16a94712868d032c /tests/docroot
parent01fab66c183df7884b98ace630c45523f4f18236 (diff)
downloadlighttpd-git-58ea3c14c548b1df77d3dc07245bf6e5d68da7b5.tar.gz
- make the test more portable
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1892 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/docroot')
-rw-r--r--tests/docroot/www/crlfcrash.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docroot/www/crlfcrash.pl b/tests/docroot/www/crlfcrash.pl
index e3d96ada..f90bc86c 100644
--- a/tests/docroot/www/crlfcrash.pl
+++ b/tests/docroot/www/crlfcrash.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
#
print "Location: http://www.example.org/\r\n\n\n";
exit;