about summary refs log tree commit homepage
path: root/t/t0011-close-on-exec-set.sh
diff options
context:
space:
mode:
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
 }