From 99b0017d75258b8074b328d3fd0688e9fba7a19b Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Mon, 1 Jan 2024 10:57:10 +0000 Subject: [PATCH] Remove redundant env cleanup in rendering test (#827) --- test/irb/yamatanooroti/test_rendering.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb index b18b95bbb..a53dc83ac 100644 --- a/test/irb/yamatanooroti/test_rendering.rb +++ b/test/irb/yamatanooroti/test_rendering.rb @@ -30,7 +30,6 @@ def teardown FileUtils.rm_rf(@tmpdir) ENV['IRBRC'] = @irbrc_backup ENV['TERM'] = @original_term - ENV.delete('RELINE_TEST_PROMPT') if ENV['RELINE_TEST_PROMPT'] end def test_launch