about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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