about summary refs log tree commit homepage
path: root/test/exec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-17 06:41:36 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-17 06:41:36 +0000
commit5c804c89093378c67db56474ce1da1a0e0f08a7d (patch)
treebcc4cd620de61f274ea61aaf66a728172577f143 /test/exec
parent85709c6c86c792a9a8576e83b40a70322c5d6034 (diff)
downloadunicorn-5c804c89093378c67db56474ce1da1a0e0f08a7d.tar.gz
As of rbx commit cf4a5a759234faa3f7d8a92d68fa89d8c5048f72,
most of the issues uncovered in our test suite are fixed.
Diffstat (limited to 'test/exec')
-rw-r--r--test/exec/test_exec.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index a42e0ac..9830683 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -20,10 +20,6 @@ unless try_require('rack')
   do_test = false
 end
 
-if ENV['RBX_SKIP']
-  do_test = false
-end
-
 class ExecTest < Test::Unit::TestCase
   trap(:QUIT, 'IGNORE')
 
@@ -613,7 +609,7 @@ EOF
     results = retry_hit(["http://#{@addr}:#{@port}/"])
     assert_equal String, results[0].class
     assert_shutdown(pid)
-  end
+  end unless ENV['RBX_SKIP']
 
   def test_config_ru_alt_path
     config_path = "#{@tmpdir}/foo.ru"