about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/exec/test_exec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 888f7c7..b0462dc 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -459,6 +459,7 @@ end
     results = nil
     sock = Tempfile.new('unicorn_test_sock')
     sock_path = sock.path
+    @sockets << sock_path
     sock.close!
     ucfg = Tempfile.new('unicorn_test_config')
     ucfg.syswrite("listen \"#{sock_path}\"\n")