3 t_plan
4 "write-on-close tests for funky response-bodies"
5 t_begin
"setup and start" && {
7 unicorn
-D -c $unicorn_config write-on-close.ru
11 t_begin
"write-on-close response body succeeds" && {
12 test xGoodbye
= x
"$(curl -sSf http://$listen/)"
15 t_begin
"killing succeeds" && {
19 t_begin
"check stderr" && {