From 5c804c89093378c67db56474ce1da1a0e0f08a7d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 17 Jun 2010 06:41:36 +0000 Subject: tests: reenable more tests for rbx As of rbx commit cf4a5a759234faa3f7d8a92d68fa89d8c5048f72, most of the issues uncovered in our test suite are fixed. --- test/exec/test_exec.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/exec') 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" -- cgit v1.2.3-24-ge0c7