about summary refs log tree commit homepage
path: root/t/t0014-config-conflict.sh
DateCommit message (Collapse)
2011-02-04tests: replace several sed invocations with ed
ed can do in-place editing portably, unlike sed.
2010-10-28tests: avoid race conditions on reload tests
We need to ensure the old worker is really dead before sending requests after reloading.
2010-02-24switch to Unicorn.builder, depend on Unicorn 0.97.0+
The Unicorn.builder helper will help us avoid namespace conflicts inside config.ru, allowing us to pass tests. While we're at it, port some tests over from the latest unicorn.git for dealing with bad configs.