Sha256: d34da02ecc0f94c61ce464fd00607281f9a98affd13cce3b0dce2f83cb6e7f0c
Contents?: true
Size: 430 Bytes
Versions: 116
Compression:
Stored size: 430 Bytes
Contents
#!/bin/sh . ./test-lib.sh t_plan 4 "rewindable_input toggled to true" t_begin "setup and start" && { unicorn_setup echo rewindable_input true >> $unicorn_config unicorn -D -c $unicorn_config t0014.ru unicorn_wait_start } t_begin "ensure worker is started" && { test xOK = x$(curl -T t0014.ru -sSf http://$listen/) } t_begin "killing succeeds" && { kill $unicorn_pid } t_begin "check stderr" && { check_stderr } t_done
Version data entries
116 entries across 116 versions & 12 rubygems