ruby-changes:67071
From: aycabta <ko1@a...>
Date: Sat, 7 Aug 2021 22:58:49 +0900 (JST)
Subject: [ruby-changes:67071] 1fe73128cd (master): Use TERM=xterm for tests on Solaris
https://git.ruby-lang.org/ruby.git/commit/?id=1fe73128cd From 1fe73128cd3d3fb49f042c6613dc86c409927423 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 7 Aug 2021 22:58:26 +0900 Subject: Use TERM=xterm for tests on Solaris --- test/reline/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/reline/helper.rb b/test/reline/helper.rb index 3f6efdb..cd3783d 100644 --- a/test/reline/helper.rb +++ b/test/reline/helper.rb @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/test/reline/helper.rb#L1 $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' -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/