From 512752ba19c960daf1d866f96fb33f3c0b2d7a75 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Tue, 20 Oct 2020 23:48:20 +0900 Subject: [PATCH] fix condition --- bootstraptest/test_ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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