#!/bin/sh . ./test-lib.sh t_plan 8 "client_header_buffer_size tests for $model" t_begin "setup and startup" && { rainbows_setup $model } t_begin "fails with zero buffer size" && { ed -s $unicorn_config < $ok test x"$(cat $ok)" = "xerr=1" } t_begin "fails with negative value" && { ed -s $unicorn_config < $ok test x"$(cat $ok)" = "xerr=1" } t_begin "fails with negative value" && { ed -s $unicorn_config < $ok test x"$(cat $ok)" = "xerr=1" } t_begin "starts with correct value" && { ed -s $unicorn_config <