0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

patch 8.2.2035: MS-Windows: some tests may fail

Problem:    MS-Windows: some tests may fail.
Solution:   Avoid test failures. (Yegappan Lakshmanan, closes #7346)
This commit is contained in:
Bram Moolenaar
2020-11-23 18:14:56 +01:00
parent 792f786aad
commit f637bceb61
4 changed files with 21 additions and 3 deletions

View File

@@ -201,6 +201,7 @@ func Test_ex_mode_with_global()
call assert_equal(1, RunVim([], [], '-e -s -S Xexmodescript'))
call assert_equal(['done'], readfile('Xdidexmode'))
call delete('logfile')
call delete('Xdidexmode')
call delete('Xexmodescript')
endfunc