summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/racc/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/racc/helper.rb b/test/racc/helper.rb
index c2b2014774..2862a7903e 100644
--- a/test/racc/helper.rb
+++ b/test/racc/helper.rb
@@ -87,7 +87,7 @@ module Racc
def assert_output_unchanged(asset)
# racc generates the difference results in GitHub Actions
- omit if RUBY_PLATFORM =~ /linux/
+ omit unless RUBY_PLATFORM =~ /darwin/
file = File.basename(asset, '.y')