summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-08-27 21:10:01 +0000
committerMarcus Rückert <darix@opensu.se>2007-08-27 21:10:01 +0000
commit74c303a7b14fce00de856c0a138a10cf866b828c (patch)
tree13d5afcdc2aba5e059b789649d8acba313ac0afb /tests/mod-fastcgi.t
parentf7df9a9ecdb3a07cbc519fa52e65205c8d15cc45 (diff)
downloadlighttpd-git-74c303a7b14fce00de856c0a138a10cf866b828c.tar.gz
- a more portable version for the SAPI breakage in php 5.2.4
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1967 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index 4aa5b1a4..2c1dedb5 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -60,7 +60,7 @@ EOF
ok($tf->handle_http($t) == 0, '$_SERVER["PHP_SELF"]');
$t->{REQUEST} = ( <<EOF
-GET /get-server-env.php/foo?env=PHP_SELF HTTP/1.0
+GET /get-server-env.php/foo?env=SCRIPT_NAME HTTP/1.0
Host: www.example.org
EOF
);