patch 9.2.0664: tests: Test_delete_temp_dir() fails on MacOS
Commit:
https://github.com/vim/vim/commit/1d5015424bc4b9d0eb1d6f309715f4930bf4a2ea
Author: Christian Brabandt <[email protected]>
Date: Wed Jun 17 19:01:56 2026 +0000
patch 9.2.0664: tests: Test_delete_temp_dir() fails on MacOS
Problem: tests: Test_delete_temp_dir() fails on MacOS
(after v9.2.0661)
Solution: Skip the test on MacOS
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_vimscript.vim b/src/testdir/test_vimscript.vim
index 3797fb73a..d9ba550f9 100644
--- a/src/testdir/test_vimscript.vim
+++ b/src/testdir/test_vimscript.vim
@@ -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')
diff --git a/src/version.c b/src/version.c
index 17324c9ae..d4bee4d0b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 664,
/**/
663,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wZvj6-002iEZ-PH%40256bit.org.