From 3381fa5458d26fee1a5d109ba65e87212f644ac0 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Mon, 4 Oct 2021 07:44:51 -0700 Subject: Only rescue realpath calls during require on Solaris Remove temporary skip of test_no_curdir to see if this fixes the problem. --- test/ruby/test_process.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 98c934945c..07aa58418b 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1732,9 +1732,6 @@ 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 -- cgit v1.2.3