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:
committed by
Bram Moolenaar
parent
b17ab86e7b
commit
6c72fd51a8
@@ -330,6 +330,7 @@ func Test_closure_error()
|
||||
let caught_932 = 1
|
||||
endtry
|
||||
call assert_equal(1, caught_932)
|
||||
call delete('Xscript')
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
Reference in New Issue
Block a user