Changeset 86
- Timestamp:
- 03/03/2005 11:33:18 PM (4 years ago)
- Files:
-
- 1 modified
-
trunk/tests/mod-fastcgi.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/mod-fastcgi.t
r81 r86 3 3 use strict; 4 4 use IO::Socket; 5 use Test::More tests => 39;5 use Test::More tests => 40; 6 6 7 7 my $basedir = (defined $ENV{'top_builddir'} ? $ENV{'top_builddir'} : '..'); … … 202 202 203 203 SKIP: { 204 skip "no PHP running on port 1026", 2 3if pidof("php") == -1;204 skip "no PHP running on port 1026", 24 if pidof("php") == -1; 205 205 206 206 ok(start_proc == 0, "Starting lighttpd") or die();

