]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2008: test: undofile left behind v9.0.2008
authorDominique Pellé <dominique.pelle@tomtom.com>
Mon, 9 Oct 2023 16:07:24 +0000 (18:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 9 Oct 2023 16:09:20 +0000 (18:09 +0200)
commitb07b9dc4dafe2aad5ee752a51f06acacae210fef
tree5e9c96e1de566b9e77e73c70b16233f4d9184ae9
parente4671890220ef3f2bca43fde6ffe5d3ef3ed0e42
patch 9.0.2008: test: undofile left behind

Problem:  test: undofile left behind
Solution: cleanup undofile

fix: tmp file not deleted when running make test_undo

Temporary file `.Xtestfile.txt.un~` was left running `make test_undo`
and vim was configured with:
```
./configure --with-features=normal --enable-gui=no --enable-terminal
```

closes: #13304

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Dominique Pellé <dominique.pelle@tomtom.com>
src/testdir/test_undo.vim
src/version.c