forgot to count one test

git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@86 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/release-1.3.13
Jan Kneschke 19 years ago
parent 068152996b
commit f91a8d8f63

@ -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();

Loading…
Cancel
Save