[tests] fix skip in mod-rewrite
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2284 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.20
parent
43075bd42a
commit
24804542d2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue