mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
fix: remove previous executed directories to execute tests locally
This commit is contained in:
@@ -1592,6 +1592,10 @@ func Test_bufadd_bufload()
|
||||
endfunc
|
||||
|
||||
func Test_readdir()
|
||||
if isdirectory('Xdir')
|
||||
call delete('Xdir', 'rf')
|
||||
endif
|
||||
|
||||
call mkdir('Xdir')
|
||||
call writefile([], 'Xdir/foo.txt')
|
||||
call writefile([], 'Xdir/bar.txt')
|
||||
|
Reference in New Issue
Block a user