aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/expand_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-07 01:57:04 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-07 01:57:04 -0400
commitd9660184665a3e3bac5feecb4b4b5680012329d4 (patch)
treefeabcbb1df1390db22c08e9ae816c0533a16862e /test/functional/legacy/expand_spec.lua
parent999590b313ef32ca29c4ddba20c5b719730ee7ff (diff)
parent704b58e54abd1adaaa83f00dae7fdb0f385b428b (diff)
downloadrneovim-d9660184665a3e3bac5feecb4b4b5680012329d4.tar.gz
rneovim-d9660184665a3e3bac5feecb4b4b5680012329d4.tar.bz2
rneovim-d9660184665a3e3bac5feecb4b4b5680012329d4.zip
Merge #4878 'build: always regenerate help tags'
Diffstat (limited to 'test/functional/legacy/expand_spec.lua')
-rw-r--r--test/functional/legacy/expand_spec.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/legacy/expand_spec.lua b/test/functional/legacy/expand_spec.lua
index 04701e8ba6..3da1416885 100644
--- a/test/functional/legacy/expand_spec.lua
+++ b/test/functional/legacy/expand_spec.lua
@@ -12,6 +12,13 @@ local function expected_empty()
end
describe('expand file name', function()
+ after_each(function()
+ helpers.rmdir('Xdir1')
+ helpers.rmdir('Xdir2')
+ helpers.rmdir('Xdir3')
+ helpers.rmdir('Xdir4')
+ end)
+
before_each(function()
clear()