about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-23 19:09:33 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-23 19:09:33 -0700
commite75a7b90c711c5ecab61ff9e7013da28b91d854f (patch)
treee04060739c1ee24bb15f6cb0ce53c85c354ec538
parent900a69f585be24dbf3a6885eecbd2aec7f839400 (diff)
downloadunicorn-e75a7b90c711c5ecab61ff9e7013da28b91d854f.tar.gz
-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")