mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -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 RunDbgCmd(buf, 'cont')
|
||||||
|
|
||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
call delete('Xtest1.vim')
|
call delete('XtestDebug.vim')
|
||||||
call delete('Xtest2.vim')
|
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_debug_def_function()
|
func Test_debug_def_function()
|
||||||
|
@@ -330,6 +330,7 @@ func Test_closure_error()
|
|||||||
let caught_932 = 1
|
let caught_932 = 1
|
||||||
endtry
|
endtry
|
||||||
call assert_equal(1, caught_932)
|
call assert_equal(1, caught_932)
|
||||||
|
call delete('Xscript')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" vim: shiftwidth=2 sts=2 expandtab
|
" vim: shiftwidth=2 sts=2 expandtab
|
||||||
|
@@ -1262,7 +1262,7 @@ func Test_visual_block_with_virtualedit()
|
|||||||
" clean up
|
" clean up
|
||||||
call term_sendkeys(buf, "\<Esc>")
|
call term_sendkeys(buf, "\<Esc>")
|
||||||
call StopVimInTerminal(buf)
|
call StopVimInTerminal(buf)
|
||||||
call delete('XTest_beval')
|
call delete('XTest_block')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
|
||||||
|
@@ -755,6 +755,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3096,
|
||||||
/**/
|
/**/
|
||||||
3095,
|
3095,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user