From e75a7b90c711c5ecab61ff9e7013da28b91d854f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Apr 2009 19:09:33 -0700 Subject: test_exec: cleanup stale socket on exit --- test/exec/test_exec.rb | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3-24-ge0c7