diff options
| -rw-r--r-- | test/functional/legacy/expand_spec.lua | 7 | 
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() | 
