summaryrefslogtreecommitdiff
path: root/test/irb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-08-19 13:03:32 +0900
committeraycabta <aycabta@gmail.com>2020-08-19 13:03:32 +0900
commite2c2283a80843f6011a3d7665725ff0c5aed27c5 (patch)
treedc34c9d7c7b1e806ef972f012a0485a1a0240640 /test/irb
parent7226f76255ff0fc209c973c6560f2331a676232b (diff)
Skip irb/test_history on Solaris
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_history.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_history.rb b/test/irb/test_history.rb
index b811bbe273..4417d904f2 100644
--- a/test/irb/test_history.rb
+++ b/test/irb/test_history.rb
@@ -146,4 +146,4 @@ module TestIRB
end
end
end
-end
+end if not RUBY_PLATFORM.match?(/solaris/i)