about summary refs log tree commit homepage
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-18 19:33:13 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-20 18:45:26 -0800
commit08dfbae3d340114810fbd279c2ea29825d4b79e8 (patch)
tree717b1002ae0aca0f7ea6841f21752c7e0ae001fc /t/test-lib.sh
parent007bb3d73feacd30c8595025288f8a9e53ca5157 (diff)
downloadrainbows-08dfbae3d340114810fbd279c2ea29825d4b79e8.tar.gz
too dangerous with the ready_pipe feature in Unicorn 0.96+
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 641bb3b..9a17553 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -99,12 +99,6 @@ pid "$pid"
 stderr_path "$r_err"
 stdout_path "$r_out"
 
-# close my-tap-lib.sh FDs
-unless ENV['UNICORN_FD']
-  IO.for_fd(3).close rescue nil
-  IO.for_fd(4).close rescue nil
-end
-
 before_fork do |server, worker|
   # test script will block while reading from $fifo,
   # so notify the script on the first worker we spawn