TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xcode 16 RC
This commit is contained in:
parent
95f08f2b7f
commit
1ecac5d4ed
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user