about summary refs log tree commit homepage
path: root/t/t0017-keepalive-timeout-zero.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0017-keepalive-timeout-zero.sh')
-rwxr-xr-xt/t0017-keepalive-timeout-zero.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0017-keepalive-timeout-zero.sh b/t/t0017-keepalive-timeout-zero.sh
index 4ba5dd0..0f81d20 100755
--- a/t/t0017-keepalive-timeout-zero.sh
+++ b/t/t0017-keepalive-timeout-zero.sh
@@ -4,7 +4,7 @@ t_plan 6 "keepalive_timeout 0 tests for $model"
 
 t_begin "setup and start" && {
         rainbows_setup $model 2 0
-        grep 'keepalive_timeout 0' $unicorn_config
+        grep 'keepalive_timeout 0' $unicorn_config
         rainbows -D env.ru -c $unicorn_config
         rainbows_wait_start
 }