summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_process.rb2
-rw-r--r--test/ruby/test_thread.rb2
2 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,8 @@ class TestProcess < Test::Unit::TestCase
end
def test_rlimit_name
return unless rlimit_exist?
[
:AS, "AS",
@@ -348,6 +348,8 @@ class TestThread < Test::Unit::TestCase
end
def test_abort_on_exception
assert_in_out_err([], <<-INPUT, %w(false 1), [])
p Thread.abort_on_exception
begin