From 359ccb92c5aa36492bf40bd11752b2328ced5ae2 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Mon, 17 Jul 2023 21:53:27 +0100 Subject: [PATCH] Debug test --- test/irb/yamatanooroti/test_rendering.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb index 1c4bb2341..e11b9fbd3 100644 --- a/test/irb/yamatanooroti/test_rendering.rb +++ b/test/irb/yamatanooroti/test_rendering.rb @@ -253,6 +253,7 @@ def test_assignment_expression_truncate end def test_show_cmds_with_pager_can_quit_with_ctrl_c + ENV['PAGER'] = 'less' write_irbrc <<~'LINES' puts 'start IRB' LINES