test: expand_spec: clean up fixtures

This commit is contained in:
Justin M. Keyes 2016-06-05 03:01:24 -04:00
parent 5f5f2d8945
commit 234346312e

View File

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