summaryrefslogtreecommitdiff
path: root/src/testdir/test_filechanged.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-18 20:30:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-18 20:30:55 +0200
commit137c14bb4f18198ed38659dcfbdfd749115c7ab5 (patch)
tree22f7342c5d5f0ef01bfa93317dbbb448c64b7689 /src/testdir/test_filechanged.vim
parentb49e3563b920ff6d96b88a1f658182a986b2b1ea (diff)
downloadvim-git-137c14bb4f18198ed38659dcfbdfd749115c7ab5.tar.gz
patch 8.1.1184: undo file left behind after running testv8.1.1184
Problem: Undo file left behind after running test. Solution: Delete the undo file. (Dominique Pelle, closes #4279)
Diffstat (limited to 'src/testdir/test_filechanged.vim')
-rw-r--r--src/testdir/test_filechanged.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_filechanged.vim b/src/testdir/test_filechanged.vim
index 43f752d27..ce786092f 100644
--- a/src/testdir/test_filechanged.vim
+++ b/src/testdir/test_filechanged.vim
@@ -86,6 +86,7 @@ func Test_FileChangedShell_reload()
au! testreload
bwipe!
+ call delete(undofile('Xchanged_r'))
call delete('Xchanged_r')
endfunc