mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4033: running filetype tests leaves directory behind (#16984)
Problem: Running filetype tests leaves directory behind.
Solution: Delete the top directory. (closes vim/vim#9483)
a4c96252b1
This commit is contained in:
parent
b4fbb9dcf2
commit
20122a3590
@ -1042,7 +1042,7 @@ func Test_dep3patch_file()
|
|||||||
call assert_notequal('dep3patch', &filetype)
|
call assert_notequal('dep3patch', &filetype)
|
||||||
bwipe!
|
bwipe!
|
||||||
|
|
||||||
call delete('debian/patches', 'rf')
|
call delete('debian', 'rf')
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_patch_file()
|
func Test_patch_file()
|
||||||
|
Loading…
Reference in New Issue
Block a user