summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-12-15 11:37:01 +1300
committerGitHub <noreply@github.com>2022-12-15 11:37:01 +1300
commitd20bd06a97555a4493458d866590107da6cb21f4 (patch)
treed3978c04ad009762a548c412b44ba4c12bec17e9 /test/ruby
parent55f56eb66e9045943c4b61876b67bcd971666788 (diff)
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
* Remove `require 'io/wait'` as it's part of core now. * Update ruby specs using version gates. * Add note about why it's conditional.
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_process.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 8a501b0624..1d04d22631 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -3,7 +3,6 @@
require 'test/unit'
require 'tempfile'
require 'timeout'
-require 'io/wait'
require 'rbconfig'
class TestProcess < Test::Unit::TestCase