summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-10-04 10:51:29 -0700
committerJeremy Evans <code@jeremyevans.net>2021-10-04 10:51:52 -0700
commite4d85d3a2d0c7d4a1abf981fb1ba557e21cad968 (patch)
tree75853ed8c38177117d6fa8c1cf7ca58d85793199 /test/ruby
parentbc96a45f12503956e323e6c2a47aa550ca1da3dc (diff)
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 84e8e2a39bba874433b661bd378165bd03c9d6aa and bfd2f159f0c60ef8ac5bce6042edd25a571769b7.
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_process.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 07aa58418b..98c934945c 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -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