Skip to content

Commit be2937a

Browse files
committed
Expand path to run separated test correctly
1 parent 4b62e5e commit be2937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb/input-method.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def inspect
326326
config = Reline::Config.new
327327
str = "ReidlineInputMethod with Reline #{Reline::VERSION}"
328328
if config.respond_to?(:inputrc_path)
329-
inputrc_path = config.inputrc_path
329+
inputrc_path = File.expand_path(config.inputrc_path)
330330
else
331331
inputrc_path = File.expand_path(ENV['INPUTRC'] || '~/.inputrc')
332332
end

0 commit comments

Comments
 (0)