Skip to content

Commit dc0dd25

Browse files
authored
Clear temporary directories (#894)
1 parent a2a3cbb commit dc0dd25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/irb/test_history.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def teardown
2727
ENV["IRBRC"] = @backup_irbrc
2828
Encoding.default_external = @backup_default_external
2929
$VERBOSE = @original_verbose
30+
FileUtils.rm_rf(@tmpdir)
3031
end
3132

3233
class TestInputMethodWithRelineHistory < TestInputMethod

0 commit comments

Comments
 (0)