about summary refs log tree commit homepage
path: root/test/test_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_server.rb')
-rw-r--r--test/test_server.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_server.rb b/test/test_server.rb
index 96fc704..bd38ce3 100644
--- a/test/test_server.rb
+++ b/test/test_server.rb
@@ -227,6 +227,7 @@ class TestServer < Testcase
     pid = fork do
       bpipe[1].close
       ENV["YAHNS_FD"] = unix_srv.fileno.to_s
+      unix_srv.autoclose = false
       srv.start.join
     end
     bpipe[0].close