Skip to content

Commit

Permalink
Use TERM=xterm for tests on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 7, 2021
1 parent f092a96 commit 1fe7312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reline/helper.rb
@@ -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'
Expand Down

0 comments on commit 1fe7312

Please sign in to comment.