about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-03 20:04:00 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 20:04:47 -0800
commit602f32609ef3f5ed5b843881bf8141c260474ba1 (patch)
tree1bcfc72fe29b08d5c9ae0f95e42a58f99277791f
parentb2f0f94ed6ebdd2eeba73c1df7b430d56eaf0703 (diff)
downloadunicorn-602f32609ef3f5ed5b843881bf8141c260474ba1.tar.gz
There used to be a log rotation lambda in there, but
that got moved to lib/unicorn/util.rb for convenience.
-rw-r--r--test/exec/test_exec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 4e981fd..9a149f3 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -45,7 +45,6 @@ end
   COMMON_TMP = Tempfile.new('unicorn_tmp') unless defined?(COMMON_TMP)
 
   HEAVY_CFG = <<-EOS
-require 'fcntl'
 worker_processes 4
 timeout 30
 backlog 1