test: fix files being left behind (#31004)

This commit is contained in:
zeertzjq
2024-10-31 08:04:51 +08:00
committed by GitHub
parent b4599acbf8
commit 8df6822507
3 changed files with 4 additions and 1 deletions

View File

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