4 t_plan
3 "config.ru is missing inside alt working_directory"
8 rtmpfiles unicorn_config_tmp ok
12 # the whole point of this exercise
13 echo "working_directory '$t_pfx.app'" >> $unicorn_config_tmp
16 t_begin
"fails to start up w/o config.ru" && {
17 unicorn
-c $unicorn_config_tmp ||
echo ok
> $ok
20 t_begin
"fallback code was run" && {
21 test x
"$(cat $ok)" = xok