summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-08-27 14:57:20 +0000
committerJan Kneschke <jan@kneschke.de>2005-08-27 14:57:20 +0000
commitc013b0180d6698476abf7d7591304e35f51eeca9 (patch)
tree5e06d6bc3040a83cc02274a730b5fe0e00e6abd3 /tests/mod-fastcgi.t
parentc7ec5012e0ee1e50277ff807379352b21245b224 (diff)
downloadlighttpd-git-c013b0180d6698476abf7d7591304e35f51eeca9.tar.gz
off by one in the skip count
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@631 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 a40e2af0..34e3c1b7 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -15,7 +15,7 @@ my $tf = LightyTest->new();
my $t;
SKIP: {
- skip "no PHP running on port 1026", 27 if $tf->pidof("php") == -1;
+ skip "no PHP running on port 1026", 28 if $tf->pidof("php") == -1;
ok($tf->start_proc == 0, "Starting lighttpd") or die();