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 both 84e8e2a39b
and bfd2f159f0.
This commit is contained in:
Jeremy Evans 2021-10-04 10:51:29 -07:00
parent bc96a45f12
commit e4d85d3a2d
2 changed files with 4 additions and 28 deletions

View file

@ -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