Skip to content

Commit

Permalink
Remove redundant env cleanup in rendering test (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Jan 1, 2024
1 parent c2f90c4 commit 99b0017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/irb/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b0017

Please sign in to comment.