mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:8.2.2360: test leaves file behind
Problem: Test leaves file behind.
Solution: Delete the right file. (Dominique Pellé, closes vim/vim#7689)
a3b494d6af
This commit is contained in:
@@ -716,7 +716,7 @@ func Test_pp_file()
|
|||||||
call assert_equal('pascal', &filetype)
|
call assert_equal('pascal', &filetype)
|
||||||
bwipe!
|
bwipe!
|
||||||
|
|
||||||
call delete('Xfile.ts')
|
call delete('Xfile.pp')
|
||||||
filetype off
|
filetype off
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user