aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-06-02 08:50:01 +0900
committeraycabta <aycabta@gmail.com>2019-06-02 08:50:01 +0900
commit486a2c26d604ff0e18bae73fe97b95478a44f3d5 (patch)
treee7cd306d89417127ddfa137d63beff129e034a50 /lib/reline
parente360688c4df08c2a43daa00c1de9832a20ad1521 (diff)
downloadruby-486a2c26d604ff0e18bae73fe97b95478a44f3d5.tar.gz
Add Reline test for unknown macro
Diffstat (limited to 'lib/reline')
-rw-r--r--lib/reline/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reline/config.rb b/lib/reline/config.rb
index 7639882027..b5ed6a89ba 100644
--- a/lib/reline/config.rb
+++ b/lib/reline/config.rb
@@ -78,7 +78,6 @@ class Reline::Config
end
def read(file = DEFAULT_PATH)
- return if @test_mode
file = ENV['INPUTRC'] if ENV['INPUTRC']
begin
if file.respond_to?(:readlines)