about summary refs log tree commit homepage
path: root/t/t0011-close-on-exec-set.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-21 03:11:29 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-21 03:11:29 +0000
commit5470d0688ec610861241408790d22b583e211ac5 (patch)
treefcdf298e82eb68e140d7f5574481742e27f156fd /t/t0011-close-on-exec-set.sh
parent51b2d65b081b0e802acdd25295e04889bbccaddc (diff)
downloadrainbows-5470d0688ec610861241408790d22b583e211ac5.tar.gz
They're ugly and potentially non-portable to other servers.
They also make Unicorn + Rubinius unhappy, which makes us
unhappy as well.
Diffstat (limited to 't/t0011-close-on-exec-set.sh')
-rwxr-xr-xt/t0011-close-on-exec-set.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0011-close-on-exec-set.sh b/t/t0011-close-on-exec-set.sh
index 0429851..7ff0a6b 100755
--- a/t/t0011-close-on-exec-set.sh
+++ b/t/t0011-close-on-exec-set.sh
@@ -6,7 +6,7 @@ t_plan 7 "ensure close-on-exec flag is set for $model"
 
 t_begin "setup and start" && {
         rainbows_setup $model 1 1
-        nr=$nr rainbows -D fork-sleep.ru -c $unicorn_config
+        nr=$nr rainbows -E none -D fork-sleep.ru -c $unicorn_config
         rainbows_wait_start
 }