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
svn/tags/lighttpd-1.4.2
Jan Kneschke 18 years ago
parent c7ec5012e0
commit c013b0180d

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

Loading…
Cancel
Save