mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
win: test: delete sautest/
This commit is contained in:
parent
64177e3e98
commit
51db8ebf67
@ -74,7 +74,7 @@ describe('glob() and globpath()', function()
|
||||
teardown(function()
|
||||
if helpers.iswin() then
|
||||
os.execute('del /q/f Xxx{ Xxx$')
|
||||
os.execute('rd /q sautest')
|
||||
os.execute('rd /q /s sautest')
|
||||
else
|
||||
os.execute("rm -rf sautest Xxx{ Xxx$")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user