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:
parent
f092a9606e
commit
1fe73128cd
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue