diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-21 04:47:45 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-21 04:47:45 -0300 |
commit | 486d2e944dffb30d97d65c88bbcc77f6fd1208f6 (patch) | |
tree | 6d8ec587b9c63a67fa368b48a7bfef342a924348 /test/functional/legacy/072_undo_file_spec.lua | |
parent | d35820379f57c73e594a0c29713d64ef9e6ada22 (diff) | |
parent | f9d327c88bd6dc8194398e9298c3574bac0c5398 (diff) | |
download | rneovim-486d2e944dffb30d97d65c88bbcc77f6fd1208f6.tar.gz rneovim-486d2e944dffb30d97d65c88bbcc77f6fd1208f6.tar.bz2 rneovim-486d2e944dffb30d97d65c88bbcc77f6fd1208f6.zip |
Merge PR #2032 'Some test fixes'
Diffstat (limited to 'test/functional/legacy/072_undo_file_spec.lua')
-rw-r--r-- | test/functional/legacy/072_undo_file_spec.lua | 4 |
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) |