@@ -0,0 +1,35 @@
+Index: tests/fastcgi-13.conf
+===================================================================
+--- tests/fastcgi-13.conf.orig
++++ tests/fastcgi-13.conf
+@@ -85,7 +85,7 @@
+ "grisu" => (
+ "host" => "127.0.0.1",
+ "port" => 1048,
+- "bin-path" => "/home/jan/Documents/php-5.1.0/sapi/cgi/php -c /usr/local/lib/php.ini",
++ "bin-path" => "/srv/www/cgi-bin/php5",
+ "bin-copy-environment" => ( "PATH", "SHELL", "USER" ),
+ )
+ )
+Index: tests/mod-fastcgi.t
+===================================================================
+--- tests/mod-fastcgi.t.orig
++++ tests/mod-fastcgi.t
+@@ -7,7 +7,7 @@
+ }
+
+ use strict;
+-use Test::More tests => 47;
++use Test::More tests => 46;
+ use LightyTest;
+
+ my $tf = LightyTest->new();
+@@ -223,7 +223,7 @@
+ }
+
+ SKIP: {
+- skip "no php found", 4 unless -x "/home/jan/Documents/php-5.1.0/sapi/cgi/php";
++ skip "no php found", 4 unless -x "/srv/www/cgi-bin/php5";
+ $tf->{CONFIGFILE} = 'fastcgi-13.conf';
+ ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();
+ $t->{REQUEST} = ( <<EOF
|