diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-30 21:54:23 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-03-31 10:05:26 +0800 |
commit | 5a3a1304e1e8b1fe8a2f8d0ccd70390881777bfe (patch) | |
tree | 7000b28e126f912b111f1ceec4de3ed2d73a2da1 /test/functional/legacy/messages_spec.lua | |
parent | d5dee83552033506a308cac999a8c9f08e98e6b1 (diff) | |
download | rneovim-5a3a1304e1e8b1fe8a2f8d0ccd70390881777bfe.tar.gz rneovim-5a3a1304e1e8b1fe8a2f8d0ccd70390881777bfe.tar.bz2 rneovim-5a3a1304e1e8b1fe8a2f8d0ccd70390881777bfe.zip |
vim-patch:8.2.4200: some tests do not clean up properly
Problem: Some tests do not clean up properly.
Solution: Delete created files. (Yegappan Lakshmanan, closes vim/vim#9611)
https://github.com/vim/vim/commit/7e765a39b795d5331bf2d4927b41df7b78915af9
Omit test_filetype.vim: already ported
Omit test_vim9_import.vim: N/A
Diffstat (limited to 'test/functional/legacy/messages_spec.lua')
-rw-r--r-- | test/functional/legacy/messages_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/legacy/messages_spec.lua b/test/functional/legacy/messages_spec.lua index 335b269ad7..0f81ad5296 100644 --- a/test/functional/legacy/messages_spec.lua +++ b/test/functional/legacy/messages_spec.lua @@ -65,5 +65,6 @@ describe('messages', function() {1:~ }| 'b' written | ]]) + os.remove('b.txt') end) end) |