aboutsummaryrefslogtreecommitdiffstats
path: root/test/racc/helper.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-30 22:17:01 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-10-31 08:39:48 +0900
commit8540efd3429c51682d2d0822935163f0930826b9 (patch)
treeb02558bd58f4dba6316f904c59d1ea2935cd4943 /test/racc/helper.rb
parent1c03026ea3cd90cbc37eb4c612aca3c6129032c8 (diff)
downloadruby-8540efd3429c51682d2d0822935163f0930826b9.tar.gz
Ignore test_racc_command with linux platform
Diffstat (limited to 'test/racc/helper.rb')
-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 d05ba4abfc..c2b2014774 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 ENV['GITHUB_ACTION']
+ omit if RUBY_PLATFORM =~ /linux/
file = File.basename(asset, '.y')