From b3f84b4a5b7c78339c28baa11f75ed4c121bd5ca Mon Sep 17 00:00:00 2001 From: aycabta Date: Thu, 13 Aug 2020 19:19:00 +0900 Subject: [ruby/irb] Expand path to run separated test correctly https://github.com/ruby/irb/commit/be2937abd5 --- lib/irb/input-method.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irb/input-method.rb') diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb index d2c38c18b0..7cb211354b 100644 --- a/lib/irb/input-method.rb +++ b/lib/irb/input-method.rb @@ -326,7 +326,7 @@ module IRB config = Reline::Config.new str = "ReidlineInputMethod with Reline #{Reline::VERSION}" if config.respond_to?(:inputrc_path) - inputrc_path = config.inputrc_path + inputrc_path = File.expand_path(config.inputrc_path) else inputrc_path = File.expand_path(ENV['INPUTRC'] || '~/.inputrc') end -- cgit v1.2.3