commit 94cc29392776df268e87e2344cf1b3bc466066da
parent 92186be428e84798ac6fa6c69ae575187a0d3da8
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 8 Aug 2024 14:55:05 +0800
vim-patch:8.2.3477: startup test fails on MS-Windows
Problem: Startup test fails on MS-Windows.
Solution: Skip the test if not on Unix.
https://github.com/vim/vim/commit/6d197987745427801a2195836ef89e48537afbeb
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/old/testdir/test_startup.vim b/test/old/testdir/test_startup.vim
@@ -1293,6 +1293,8 @@ func Test_echo_true_in_cmd()
endfunc
func Test_rename_buffer_on_startup()
+ CheckUnix
+
let lines =<< trim END
call writefile(['done'], 'Xresult')
qa!