[tests] fix skip in mod-rewrite

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2284 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.20
Stefan Bühler 2008-08-19 00:11:52 +00:00
parent 43075bd42a
commit 24804542d2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ SKIP: {
}
SKIP: {
skip "no PHP running on port 1026", 5 unless $tf->listening_on(1026);
skip "no PHP running on port 1026", 6 unless $tf->listening_on(1026);
ok($tf->start_proc == 0, "Starting lighttpd") or goto cleanup;