changeset 25887:86b63591bed2 v8.2.3477

patch 8.2.3477: startup test fails on MS-Windows Commit: https://github.com/vim/vim/commit/6d197987745427801a2195836ef89e48537afbeb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 5 01:19:53 2021 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Oct 2021 02:30:04 +0200
parents b7490c2bd244
children 87ef006b26d4
files src/testdir/test_startup.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_startup.vim
+++ b/src/testdir/test_startup.vim
@@ -1297,6 +1297,8 @@ func Test_echo_true_in_cmd()
 endfunc
 
 func Test_rename_buffer_on_startup()
+  CheckUnix
+
   let lines =<< trim END
       call writefile(['done'], 'Xresult')
       qa!
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3477,
+/**/
     3476,
 /**/
     3475,