aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-10-20 23:48:20 +0900
committerKoichi Sasada <ko1@atdot.net>2020-10-20 23:48:20 +0900
commit512752ba19c960daf1d866f96fb33f3c0b2d7a75 (patch)
tree21cf14c0b0ea7628135e00503ad4f6a4b39f5441 /bootstraptest
parenta3ae90b8c552e4f98d81284815c50691be7e1a36 (diff)
downloadruby-512752ba19c960daf1d866f96fb33f3c0b2d7a75.tar.gz
fix condition
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 74edfa8cd6..f951d4b938 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` unless /solaris/ !~ RUBY_PLATFORM
+ `echo foo` unless /solaris/ =~ RUBY_PLATFORM
{
# ractor-local (derived from created ractor): debug