Skip to content

Commit e3cb6d8

Browse files
committed
green darwin
1 parent 68f22b9 commit e3cb6d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/ruby/test_vm_dump.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
class TestVMDump < Test::Unit::TestCase
77
def assert_darwin_vm_dump_works(args, timeout=nil)
8-
assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
8+
env = {"RUBY_ON_BUG" => nil, "RUBY_CRASH_REPORT" => nil}
9+
assert_in_out_err(env, args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
910
end
1011

1112
def test_darwin_invalid_call

0 commit comments

Comments
 (0)