From 234346312eb1c429bffba9f893986266e14dceca Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 5 Jun 2016 03:01:24 -0400 Subject: test: expand_spec: clean up fixtures --- test/functional/legacy/expand_spec.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/functional/legacy/expand_spec.lua') 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() -- cgit