mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: remove previous executed directories to execute tests locally
This commit is contained in:
@@ -20,6 +20,9 @@ describe('packadd', function()
|
||||
|
||||
func SetUp()
|
||||
let s:topdir = expand(getcwd() . '/Xdir')
|
||||
if isdirectory(s:topdir)
|
||||
call delete(s:topdir, 'rf')
|
||||
endif
|
||||
exe 'set packpath=' . s:topdir
|
||||
let s:plugdir = expand(s:topdir . '/pack/mine/opt/mytest')
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user