summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2005-03-03 23:33:18 +0000
committerJan Kneschke <jan@kneschke.de>2005-03-03 23:33:18 +0000
commitf91a8d8f63af48baf05ae04dd5e8ac75a3c2ed47 (patch)
tree2689f60ca2588524b527af780054e87c24eaaed1 /tests/mod-fastcgi.t
parent068152996be5e705a0aceb8db51d511ea765491f (diff)
downloadlighttpd-git-f91a8d8f63af48baf05ae04dd5e8ac75a3c2ed47.tar.gz
forgot to count one test
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@86 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t
index 5d863f99..ff794548 100755
--- a/tests/mod-fastcgi.t
+++ b/tests/mod-fastcgi.t
@@ -2,7 +2,7 @@
use strict;
use IO::Socket;
-use Test::More tests => 39;
+use Test::More tests => 40;
my $basedir = (defined $ENV{'top_builddir'} ? $ENV{'top_builddir'} : '..');
my $srcdir = (defined $ENV{'srcdir'} ? $ENV{'srcdir'} : '.');
@@ -201,7 +201,7 @@ sub handle_http {
SKIP: {
- skip "no PHP running on port 1026", 23 if pidof("php") == -1;
+ skip "no PHP running on port 1026", 24 if pidof("php") == -1;
ok(start_proc == 0, "Starting lighttpd") or die();