summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-04-23 19:45:05 +0000
committerStefan Bühler <stbuehler@web.de>2008-04-23 19:45:05 +0000
commit074223041a48464d4b22453d6c9dbe5ad5b8cc57 (patch)
tree22f41f1dd118a2f2ed8559e7877f5d00e22ee011 /tests/mod-fastcgi.t
parent73189c64e7edd300bd142312956bdcecc32b6254 (diff)
downloadlighttpd-git-074223041a48464d4b22453d6c9dbe5ad5b8cc57.tar.gz
Fix typo in test description
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2156 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 44b4b03c..5ae3c994 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -65,7 +65,7 @@ Host: www.example.org
EOF
);
$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, 'HTTP-Content' => '/get-server-env.php' } ];
- ok($tf->handle_http($t) == 0, '$_SERVER["PHP_SELF"]');
+ ok($tf->handle_http($t) == 0, '$_SERVER["SCRIPT_NAME"]');
$t->{REQUEST} = ( <<EOF
GET /get-server-env.php/foo?env=PATH_INFO HTTP/1.0