summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--load.c2
-rw-r--r--test/ruby/test_process.rb3
2 files changed, 1 insertions, 4 deletions
diff --git a/load.c b/load.c
index 38b26881ce..f0f7ac6cef 100644
--- a/load.c
+++ b/load.c
@@ -1060,7 +1060,7 @@ rb_ext_ractor_safe(bool flag)
GET_THREAD()->ext_config.ractor_safe = flag;
}
-#if 1
+#ifdef __sun
static VALUE
required_feature__realpath(VALUE path)
{
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