0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 8.2.3096: temp files remain after running tests

Problem:    Temp files remain after running tests.
Solution:   Delete the right files. (Dominique Pellé, closes #8509)
This commit is contained in:
Dominique Pelle
2021-07-04 12:30:06 +02:00
committed by Bram Moolenaar
parent b17ab86e7b
commit 6c72fd51a8
4 changed files with 5 additions and 3 deletions

View File

@@ -1262,7 +1262,7 @@ func Test_visual_block_with_virtualedit()
" clean up
call term_sendkeys(buf, "\<Esc>")
call StopVimInTerminal(buf)
call delete('XTest_beval')
call delete('XTest_block')
endfunc