win: test: delete sautest/

This commit is contained in:
Jan Edmund Lazo 2018-05-20 15:08:55 -04:00
parent 64177e3e98
commit 51db8ebf67

View File

@ -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