TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xcode 16 RC

This commit is contained in:
Hiroshi SHIBATA 2024-09-17 16:16:45 +09:00
parent 95f08f2b7f
commit 1ecac5d4ed
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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)