mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 11:33:58 +02:00
Revert rescue around internal realpath call on Solaris
Solaris CI still has a problem even with these commits, so it doesn't appear to fix the issue. Reverting both84e8e2a39b
andbfd2f159f0
.
This commit is contained in:
parent
bc96a45f12
commit
e4d85d3a2d
2 changed files with 4 additions and 28 deletions
|
@ -1732,6 +1732,9 @@ class TestProcess < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_no_curdir
|
||||
if /solaris/i =~ RUBY_PLATFORM
|
||||
skip "Temporary skip to avoid CI failures after commit to use realpath on required files"
|
||||
end
|
||||
with_tmpchdir {|d|
|
||||
Dir.mkdir("vd")
|
||||
status = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue