ruby-changes:66528
From: aycabta <ko1@a...>
Date: Mon, 21 Jun 2021 18:44:36 +0900 (JST)
Subject: [ruby-changes:66528] 882c0d5015 (master): [ruby/reline] Reset config for random test
https://git.ruby-lang.org/ruby.git/commit/?id=882c0d5015 From 882c0d50159c95415843e34df5111a25081e3a93 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 29 May 2021 22:46:22 +0900 Subject: [ruby/reline] Reset config for random test https://github.com/ruby/reline/commit/c39615e1dd --- test/reline/test_within_pipe.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/reline/test_within_pipe.rb b/test/reline/test_within_pipe.rb index 36a2f1e..8cf527e 100644 --- a/test/reline/test_within_pipe.rb +++ b/test/reline/test_within_pipe.rb @@ -22,6 +22,7 @@ class Reline::WithinPipeTest < Reline::TestCase https://github.com/ruby/ruby/blob/trunk/test/reline/test_within_pipe.rb#L22 @reader.close @output_writer.close @config.reset + @config.reset_default_key_bindings end def test_simple_input -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/