about summary refs log tree commit homepage
path: root/test/test_bin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_bin.rb')
-rw-r--r--test/test_bin.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_bin.rb b/test/test_bin.rb
index 4a47a93..aab4616 100644
--- a/test/test_bin.rb
+++ b/test/test_bin.rb
@@ -33,7 +33,6 @@ class TestBin < Testcase
     @ru = tmpfile(%w(test_bin_daemon .ru))
     @ru.write("require 'rack/lobster'; run Rack::Lobster.new\n")
     cfg = tmpfile(%w(test_bin_daemon_conf .rb))
-    pid = tmpfile(%w(daemon .pid))
     cfg.puts "pid '#{@pid.path}'"
     cfg.puts "stderr_path '#{@err.path}'"
     cfg.puts "worker_processes 1" if worker