about summary refs log tree commit homepage
path: root/t/t0017-keepalive-timeout-zero.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-08 13:38:52 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-08 13:38:52 -0800
commit10d96a76a1ea4431dd10ba181d747169c22c1cec (patch)
treebe8fe0bd97ac514f599eba3a0a997d0f0907bb1d /t/t0017-keepalive-timeout-zero.sh
parent1562a19a021a72a78ba495328d2d37ba0dc83b8c (diff)
downloadrainbows-10d96a76a1ea4431dd10ba181d747169c22c1cec.tar.gz
We use real tabs for indenting shell code since it is not Ruby.
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
 }