mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 21:15:09 +00:00
test: fix files being left behind (#31004)
This commit is contained in:
@@ -15,6 +15,7 @@ describe('log', function()
|
||||
|
||||
after_each(function()
|
||||
expect_exit(command, 'qa!')
|
||||
vim.uv.sleep(10) -- Wait for Nvim to fully exit
|
||||
os.remove(testlog)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user