mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: fix files being left behind (#31004)
This commit is contained in:
parent
b4599acbf8
commit
8df6822507
@ -15,6 +15,7 @@ describe('log', function()
|
|||||||
|
|
||||||
after_each(function()
|
after_each(function()
|
||||||
expect_exit(command, 'qa!')
|
expect_exit(command, 'qa!')
|
||||||
|
vim.uv.sleep(10) -- Wait for Nvim to fully exit
|
||||||
os.remove(testlog)
|
os.remove(testlog)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
@ -150,5 +150,7 @@ describe('storing global variables in ShaDa files', function()
|
|||||||
|
|
||||||
teardown(function()
|
teardown(function()
|
||||||
os.remove(tempname)
|
os.remove(tempname)
|
||||||
|
command('set shadafile=NONE')
|
||||||
|
os.remove('Xviminfo')
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
@ -45,7 +45,7 @@ describe('78', function()
|
|||||||
silent recover Xtest
|
silent recover Xtest
|
||||||
|
|
||||||
call delete(g:swapname)
|
call delete(g:swapname)
|
||||||
new
|
noswapfile new
|
||||||
call append(0, 'recovery start')
|
call append(0, 'recovery start')
|
||||||
wincmd w
|
wincmd w
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user