commit | 0e71b7d4ce3e1210150ce772e1af6956057a71ed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 17:45:04 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 17:45:04 2022 +0000 |
tree | ee6f2b636bf5677f4dc2766566fe4942c9ff95f5 | |
parent | 5c6edf41f9beffea21ce45d658822cc4c0745fdb [diff] |
patch 8.2.4467: running filetype test leaves file behind Problem: Running filetype test leaves file behind. Solution: Delete the file.
diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim index 56288d7..0b65119 100644 --- a/src/testdir/test_filetype.vim +++ b/src/testdir/test_filetype.vim
@@ -862,6 +862,7 @@ call assert_equal('d', &filetype) bwipe! + " clean up filetype off call delete('Xfile.d') endfunc