aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/072_undo_file_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/072_undo_file_spec.lua')
-rw-r--r--test/functional/legacy/072_undo_file_spec.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/legacy/072_undo_file_spec.lua b/test/functional/legacy/072_undo_file_spec.lua
index 0e2cc6a84e..b7f7a65b30 100644
--- a/test/functional/legacy/072_undo_file_spec.lua
+++ b/test/functional/legacy/072_undo_file_spec.lua
@@ -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)