about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rwxr-xr-xt/t0040-keepalive_requests-setting.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t0040-keepalive_requests-setting.sh b/t/t0040-keepalive_requests-setting.sh
index aee6cd3..81194f1 100755
--- a/t/t0040-keepalive_requests-setting.sh
+++ b/t/t0040-keepalive_requests-setting.sh
@@ -6,11 +6,6 @@ t_begin "setup and start" && {
         rainbows_setup $model 50 666
         rtmpfiles curl_out curl_err
         grep 'keepalive_timeout 666' $unicorn_config
-        ed -s $unicorn_config <<EOF
-,s/listen.*/&, :tcp_nodelay => true/
-w
-EOF
-        grep nodelay $unicorn_config
         rainbows -E none -D env.ru -c $unicorn_config
         rainbows_wait_start
 }