aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/097_glob_path_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-26 11:14:59 +0200
committerGitHub <noreply@github.com>2018-05-26 11:14:59 +0200
commit438f2b64747da04875f65eb5a3497cc6e55fa078 (patch)
treedb3743345c4b071f6517fabadc0452c642fb4054 /test/functional/legacy/097_glob_path_spec.lua
parentd2c460638c7dad1253c672e91d889003b79428bc (diff)
parente21f454e116441443208f5c31beb01f67191b47a (diff)
downloadrneovim-438f2b64747da04875f65eb5a3497cc6e55fa078.tar.gz
rneovim-438f2b64747da04875f65eb5a3497cc6e55fa078.tar.bz2
rneovim-438f2b64747da04875f65eb5a3497cc6e55fa078.zip
Merge #8436 win: test: cleanup on exit'
Diffstat (limited to 'test/functional/legacy/097_glob_path_spec.lua')
-rw-r--r--test/functional/legacy/097_glob_path_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/097_glob_path_spec.lua b/test/functional/legacy/097_glob_path_spec.lua
index 907f0665ae..ccd93fed60 100644
--- a/test/functional/legacy/097_glob_path_spec.lua
+++ b/test/functional/legacy/097_glob_path_spec.lua
@@ -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