summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_ractor.rb b/bootstraptest/test_ractor.rb
index a02adb612a..74edfa8cd6 100644
--- a/bootstraptest/test_ractor.rb
+++ b/bootstraptest/test_ractor.rb
@@ -618,7 +618,7 @@ assert_equal 'true', %q{
def ractor_local_globals
/a(b)(c)d/ =~ 'abcd' # for $~
- `echo foo`
+ `echo foo` unless /solaris/ !~ RUBY_PLATFORM
{
# ractor-local (derived from created ractor): debug