summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-01-03 12:54:32 +0000
committerJan Kneschke <jan@kneschke.de>2006-01-03 12:54:32 +0000
commitf6257d9118fd5a2a4ca0e186f91c972840c80922 (patch)
tree02ec3dc57eb62435e7b42fb480c874a17d8c445f /tests/mod-fastcgi.t
parent8cc3e9fdbb4e87c289241db4848c65f6b74f7f93 (diff)
downloadlighttpd-git-f6257d9118fd5a2a4ca0e186f91c972840c80922.tar.gz
made the 'spawn php myself' working again for me (jan)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@905 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 c6acec7e..d3ea4a86 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -216,7 +216,7 @@ EOF
}
SKIP: {
- skip "no php found", 4 unless -x "/home/jan/Documents/php-5.1.0b3/sapi/cgi/php";
+ skip "no php found", 4 unless -x "/home/jan/Documents/php-5.1.0/sapi/cgi/php";
$tf->{CONFIGFILE} = 'fastcgi-13.conf';
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();
$t->{REQUEST} = ( <<EOF