[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 14 years ago
parent 066b208bb6
commit b06a8648df

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

Loading…
Cancel
Save