about summary refs log tree commit homepage
path: root/test/exec/test_exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec/test_exec.rb')
-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"