]> granicus.if.org Git - vim/commitdiff
patch 8.2.3477: startup test fails on MS-Windows v8.2.3477
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Oct 2021 00:19:53 +0000 (01:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Oct 2021 00:19:53 +0000 (01:19 +0100)
Problem:    Startup test fails on MS-Windows.
Solution:   Skip the test if not on Unix.

src/testdir/test_startup.vim
src/version.c

index 897492deb9cdbc4390b065b4c51d7100ddd9ce98..dc320825c0c8dcccbb1bc168ba5928f8e96f4c43 100644 (file)
@@ -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!
index 95200c666068c5d91f7d1696dc88311042ad51b9..e65eb8c57248d8d5772c12d10a11d4538dbbe0e5 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3477,
 /**/
     3476,
 /**/