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:
@@ -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
|
||||
|
Reference in New Issue
Block a user