diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 90cb3ef027..6e8ba484a4 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1874,8 +1874,6 @@ class TestProcess < Test::Unit::TestCase end def test_daemon_noclose - pend "macOS 15 beta is not working with this test" if macos?(15) - data = IO.popen("-", "r+") do |f| break f.read if f Process.daemon(false, true)