summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-17 16:16:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-17 16:16:45 +0900
commit1ecac5d4ed620247bdb74fa2c20e1665fae75b1a (patch)
tree7a192aa1f44701b60d681eaab06229c9a2efa546 /test/ruby
parent95f08f2b7fcbad889e4aef7aa941da3da3e8e74b (diff)
TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xcode 16 RC
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 0 insertions, 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)