diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb index 5c5f06a48d..7950b562b2 100644 --- a/test/reline/yamatanooroti/test_rendering.rb +++ b/test/reline/yamatanooroti/test_rendering.rb @@ -622,7 +622,6 @@ def each_top_level_statement def test_update_cursor_correctly_when_just_cursor_moving start_terminal(5, 30, %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}, startup_message: 'Multiline REPL.') - puts %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}.inspect write("def hoge\n 01234678") write("\C-p") write("\C-b")