We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fa7c3 commit 8024454Copy full SHA for 8024454
test/reline/test_reline.rb
@@ -471,6 +471,8 @@ def test_tty_amibuous_width
471
w.close
472
Process.waitpid pid
473
end
474
+ ensure
475
+ File.delete(ruby_file.path) if ruby_file
476
477
478
def get_reline_encoding
test/reline/yamatanooroti/test_rendering.rb
@@ -1814,6 +1814,9 @@ def test_stop_continue
1814
write "\ebg"
1815
assert_screen(/>abc\n>def\n>ghi\n/)
1816
close
1817
1818
+ File.delete(rubyfile.path) if rubyfile
1819
+ File.delete(pidfile.path) if pidfile
1820
1821
1822
def write_inputrc(content)
0 commit comments