diff options
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_process.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 6e8ba484a4..e055cb9db8 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1874,6 +1874,8 @@ class TestProcess < Test::Unit::TestCase end def test_daemon_noclose + pend "macOS 15.0 is not working with this test" if macos?(15, 0) + data = IO.popen("-", "r+") do |f| break f.read if f Process.daemon(false, true) |