#!/bin/sh . ./test-lib.sh t_plan 4 "configurator internals tests (from FAQ)" t_begin "setup and start" && { unicorn_setup cat >> $unicorn_config <"https"' } t_begin "killing succeeds" && { kill $unicorn_pid } t_begin "no errors" && check_stderr t_done