mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -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:
committed by
Bram Moolenaar
parent
b17ab86e7b
commit
6c72fd51a8
@@ -975,8 +975,7 @@ func Test_debug_def_and_legacy_function()
|
||||
call RunDbgCmd(buf, 'cont')
|
||||
|
||||
call StopVimInTerminal(buf)
|
||||
call delete('Xtest1.vim')
|
||||
call delete('Xtest2.vim')
|
||||
call delete('XtestDebug.vim')
|
||||
endfunc
|
||||
|
||||
func Test_debug_def_function()
|
||||
|
||||
Reference in New Issue
Block a user