From 94cc29392776df268e87e2344cf1b3bc466066da Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 8 Aug 2024 14:55:05 +0800 Subject: [PATCH] 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 --- test/old/testdir/test_startup.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/old/testdir/test_startup.vim b/test/old/testdir/test_startup.vim index c46b4002c2..ed4c4526f7 100644 --- 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!