mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Remove temporary files created by 072_undo_file_spec.lua
This commit is contained in:
parent
aed19a7c5f
commit
a21d952bdd
@ -96,6 +96,8 @@ describe('72', function()
|
||||
end)
|
||||
|
||||
teardown(function()
|
||||
os.remove('.Xtestfile.un~')
|
||||
os.remove('Xtestfile')
|
||||
os.remove('test.out')
|
||||
os.remove('.Xtestfile.un~')
|
||||
end)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user