#!/bin/sh . ./test-lib.sh t_plan 7 "simple HTTPS connection tests" t_begin "setup and start" && { rtmpfiles curl_err unicorn_setup cat > $unicorn_config <> $curl_err >> $tmp dbgcat curl_err } t_begin "check stderr has no errors" && { check_stderr } t_begin "killing succeeds" && { kill $unicorn_pid } t_begin "check stderr has no errors" && { check_stderr } t_done