Changeset 86

Show
Ignore:
Timestamp:
03/03/2005 11:33:18 PM (4 years ago)
Author:
jan
Message:

forgot to count one test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/mod-fastcgi.t

    r81 r86  
    33use strict; 
    44use IO::Socket; 
    5 use Test::More tests => 39; 
     5use Test::More tests => 40; 
    66 
    77my $basedir = (defined $ENV{'top_builddir'} ? $ENV{'top_builddir'} : '..'); 
     
    202202 
    203203SKIP: { 
    204         skip "no PHP running on port 1026", 23 if pidof("php") == -1;  
     204        skip "no PHP running on port 1026", 24 if pidof("php") == -1;  
    205205 
    206206        ok(start_proc == 0, "Starting lighttpd") or die();