diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_process.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index e055cb9db8..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.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) |
