mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
test: fix dependencies between test cases (#23343)
Discovered using --shuffle argument of busted.
This commit is contained in:
@@ -26,6 +26,8 @@ end)
|
||||
describe('empty $HOME', function()
|
||||
local original_home = os.getenv('HOME')
|
||||
|
||||
before_each(clear)
|
||||
|
||||
-- recover $HOME after each test
|
||||
after_each(function()
|
||||
if original_home ~= nil then
|
||||
|
||||
Reference in New Issue
Block a user