]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0664: tests: Test_delete_temp_dir() fails on MacOS v9.2.0664
authorChristian Brabandt <cb@256bit.org>
Wed, 17 Jun 2026 19:01:56 +0000 (19:01 +0000)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Jun 2026 19:01:56 +0000 (19:01 +0000)
Problem:  tests: Test_delete_temp_dir() fails on MacOS
          (after v9.2.0661)
Solution: Skip the test on MacOS

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vimscript.vim
src/version.c

index 3797fb73a3bf9b0bfcaf0338f430301e3ce20ee0..d9ba550f978cb1270d1460e564eec8e29b8cc6c4 100644 (file)
@@ -7733,6 +7733,7 @@ endfunc
 func Test_delete_temp_dir()
   " assumes Unix has always flock/dirfd support
   CheckUnix
+  CheckNotMac
   let a = tempname()
   let dir = fnamemodify(a, ':h')
   call delete(dir, 'rf')
index 17324c9ae16b6cae2bf25f5cdb28d1887a628169..d4bee4d0b99cdb8a3680c56e340e705d55c6a569 100644 (file)
@@ -759,6 +759,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    664,
 /**/
     663,
 /**/