changeset 27008:499b9122b9ff v8.2.4033

patch 8.2.4033: running filetype tests leaves directory behind Commit: https://github.com/vim/vim/commit/a4c96252b12c9ebc0ba563694c064e500d707b06 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Jan 7 20:07:46 2022 +0000 patch 8.2.4033: running filetype tests leaves directory behind Problem: Running filetype tests leaves directory behind. Solution: Delete the top directory. (closes https://github.com/vim/vim/issues/9483)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Jan 2022 21:15:04 +0100
parents 917a9026141f
children e7dd2a34a3bc
files src/testdir/test_filetype.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -1067,7 +1067,7 @@ func Test_dep3patch_file()
   call assert_notequal('dep3patch', &filetype)
   bwipe!
 
-  call delete('debian/patches', 'rf')
+  call delete('debian', 'rf')
 endfunc
 
 func Test_patch_file()
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4033,
+/**/
     4032,
 /**/
     4031,