From 1ecac5d4ed620247bdb74fa2c20e1665fae75b1a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 17 Sep 2024 16:16:45 +0900 Subject: [PATCH] TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xcode 16 RC --- test/ruby/test_process.rb | 2 -- 1 file changed, 2 deletions(-) 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)