[tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2393 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.21
Stefan Bühler 2009-02-10 19:47:15 +00:00
parent 066b208bb6
commit b06a8648df
1 changed files with 1 additions and 1 deletions

View File

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