From 5a3a1304e1e8b1fe8a2f8d0ccd70390881777bfe Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 30 Mar 2022 21:54:23 +0800 Subject: 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 --- src/nvim/testdir/test_messages.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim') diff --git a/src/nvim/testdir/test_messages.vim b/src/nvim/testdir/test_messages.vim index f8c6ee78e6..7c6af32e82 100644 --- a/src/nvim/testdir/test_messages.vim +++ b/src/nvim/testdir/test_messages.vim @@ -164,6 +164,7 @@ func Test_fileinfo_after_echo() " clean up call StopVimInTerminal(buf) call delete('Xtest_fileinfo_after_echo') + call delete('b.txt') endfunc " vim: shiftwidth=2 sts=2 expandtab -- cgit