31a6eaabc1 is obsoleted with
  https://github.com/rubygems/rubygems/pull/3820
This commit is contained in:
Hiroshi SHIBATA 2020-09-23 21:59:35 +09:00
parent a46841612c
commit b717f73402
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
274 changed files with 0 additions and 672 deletions

View file

@ -3,7 +3,6 @@ require 'rubygems/test_case'
require 'rubygems/util'
class TestGemUtil < Gem::TestCase
def test_class_popen
skip "popen with a block does not behave well on jruby" if Gem.java_platform?
assert_equal "0\n", Gem::Util.popen(*ruby_with_rubygems_in_load_path, '-e', 'p 0')
@ -86,5 +85,4 @@ class TestGemUtil < Gem::TestCase
path = "/home/skillet"
assert_equal "/home/skillet", Gem::Util.correct_for_windows_path(path)
end
end