about summary refs log tree commit homepage
path: root/t/t0007-worker-follows-master-to-death.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/t0007-worker-follows-master-to-death.sh
parent1562a19a021a72a78ba495328d2d37ba0dc83b8c (diff)
downloadrainbows-10d96a76a1ea4431dd10ba181d747169c22c1cec.tar.gz
We use real tabs for indenting shell code since it is not Ruby.
Diffstat (limited to 't/t0007-worker-follows-master-to-death.sh')
-rwxr-xr-xt/t0007-worker-follows-master-to-death.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0007-worker-follows-master-to-death.sh b/t/t0007-worker-follows-master-to-death.sh
index 8153ae4..38eb6e9 100755
--- a/t/t0007-worker-follows-master-to-death.sh
+++ b/t/t0007-worker-follows-master-to-death.sh
@@ -5,7 +5,7 @@ t_plan 7 "ensure worker follows master to death"
 t_begin "setup" && {
         rtmpfiles curl_err curl_out
         rainbows_setup
-        echo timeout 3 >> $unicorn_config
+        echo timeout 3 >> $unicorn_config
         rainbows -D -c $unicorn_config worker-follows-master-to-death.ru
         rainbows_wait_start
 }