mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Set TERM env for some CI environments
This commit is contained in:
parent
6e60fc2945
commit
f092a9606e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
||||
|
||||
ENV['TERM'] = 'xterm-256color' # for some CI environments
|
||||
|
||||
require 'reline'
|
||||
require 'test/unit'
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@ require "reline"
|
|||
class Reline::Terminfo::Test < Reline::TestCase
|
||||
def setup
|
||||
Reline::Terminfo.setupterm(0, 2)
|
||||
rescue Reline::Terminfo::TerminfoError
|
||||
skip "Reline::Terminfo does not work"
|
||||
end
|
||||
|
||||
def test_tigetstr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue