1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use TERM=xterm for tests on Solaris

This commit is contained in:
aycabta 2021-08-07 22:58:26 +09:00
parent f092a9606e
commit 1fe73128cd

View file

@ -1,6 +1,6 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
ENV['TERM'] = 'xterm-256color' # for some CI environments
ENV['TERM'] = 'xterm' # for some CI environments
require 'reline'
require 'test/unit'