summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2024-01-01 10:57:10 +0000
committergit <svn-admin@ruby-lang.org>2024-01-01 10:57:17 +0000
commit5c81fd68865bdfacbb3496bb077b9f8ce6e411fd (patch)
treedb1cef2c4ad5c396dc637846622112c30d1ff52d
parent997124fc0b7697bb9383e8feb8e1d88017c4bcb8 (diff)
[ruby/irb] Remove redundant env cleanup in rendering test
(https://github.com/ruby/irb/pull/827) https://github.com/ruby/irb/commit/99b0017d75
-rw-r--r--test/irb/yamatanooroti/test_rendering.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb
index b18b95bbbd..a53dc83ac7 100644
--- a/test/irb/yamatanooroti/test_rendering.rb
+++ b/test/irb/yamatanooroti/test_rendering.rb
@@ -30,7 +30,6 @@ class IRB::RenderingTest < Yamatanooroti::TestCase
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