t/t0009-broken-app.sh in rainbows-0.94.0 vs t/t0009-broken-app.sh in rainbows-0.95.0

- old
+ new

@@ -3,10 +3,10 @@ t_plan 9 "graceful handling of broken apps for $model" t_begin "setup and start" && { rainbows_setup $model 1 - rainbows -D t0009.ru -c $unicorn_config + rainbows -E none -D t0009.ru -c $unicorn_config rainbows_wait_start } t_begin "normal response is alright" && { test xOK = x"$(curl -sSf http://$listen/)"