about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-08-30 07:59:01 +0000
committerEric Wong <normalperson@yhbt.net>2010-08-30 08:06:10 +0000
commit0aaa0afa49a2953b7c26c1596a284621e23d5fc4 (patch)
tree8505c3d7e9cdf516739e2bc51648b1219e8beb38 /test
parentf3e1653b900596e054297675becd01d9985ad482 (diff)
downloadunicorn-0aaa0afa49a2953b7c26c1596a284621e23d5fc4.tar.gz
These nasty hacks were breaking Rubinius compatibility.
This can be further cleaned up, too.
Diffstat (limited to 'test')
-rw-r--r--test/exec/test_exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 1d24ca3..581d5d5 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -614,7 +614,7 @@ EOF
     results = retry_hit(["http://#{@addr}:#{@port}/"])
     assert_equal String, results[0].class
     assert_shutdown(pid)
-  end unless ENV['RBX_SKIP']
+  end
 
   def test_config_ru_alt_path
     config_path = "#{@tmpdir}/foo.ru"