summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2007-08-17 15:36:00 +0000
committerJan Kneschke <jan@kneschke.de>2007-08-17 15:36:00 +0000
commit3bc2da57d3add326d924995f0fcd90854f89b7ba (patch)
treeada91337a234a6d42e050bb8598aba5f3065edd1 /tests/mod-fastcgi.t
parent4ac0e2dd1b20fcb53d93c54600ba3a2bd5635934 (diff)
downloadlighttpd-git-3bc2da57d3add326d924995f0fcd90854f89b7ba.tar.gz
fixed number of skipped tests
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1923 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index 291bf693..4aa5b1a4 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -7,7 +7,7 @@ BEGIN {
}
use strict;
-use Test::More tests => 47;
+use Test::More tests => 46;
use LightyTest;
my $tf = LightyTest->new();
@@ -15,7 +15,7 @@ my $tf = LightyTest->new();
my $t;
SKIP: {
- skip "no PHP running on port 1026", 30 unless $tf->listening_on(1026);
+ skip "no PHP running on port 1026", 29 unless $tf->listening_on(1026);
ok($tf->start_proc == 0, "Starting lighttpd") or die();
@@ -223,7 +223,7 @@ EOF
}
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 "/usr/bin/php-cgi";
$tf->{CONFIGFILE} = 'fastcgi-13.conf';
ok($tf->start_proc == 0, "Starting lighttpd with $tf->{CONFIGFILE}") or die();
$t->{REQUEST} = ( <<EOF