mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:7.4.1179 (#5112)
Problem: test_writefile and test_viml do not delete the tempfile.
Solution: Delete the tempfile. (Charles Cooper) Add DeleteTheScript().
f4f79b84a5
This commit is contained in:
committed by
Justin M. Keyes
parent
2bb4c43f2f
commit
fbb2cd791d
@@ -17,6 +17,7 @@ describe('writefile', function()
|
||||
execute('bwipeout!')
|
||||
execute('$put =readfile(f)')
|
||||
execute('1 delete _')
|
||||
execute('call delete(f)')
|
||||
|
||||
-- Assert buffer contents.
|
||||
expect([[
|
||||
|
||||
Reference in New Issue
Block a user