]> granicus.if.org Git - vim/commitdiff
patch 8.2.4445: exit test fails on MS-Windows anyway v8.2.4445
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 18:48:11 +0000 (18:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 18:48:11 +0000 (18:48 +0000)
Problem:    Exit test fails on MS-Windows anyway.
Solution:   Skip the test on MS-Windows.

src/testdir/test_exit.vim
src/version.c

index a5cabf8131d8f992d0425b2083cc3ef01af077b2..7e50e78ba41a737522528b891b0a40c6456c124d 100644 (file)
@@ -112,6 +112,7 @@ endfunc
 
 func Test_exit_error_reading_input()
   CheckNotGui
+  CheckNotMSWindows
   " The early exit causes memory not to be freed somehow
   CheckNotAsan
 
index 646f1edaaa16ddf4bebcf6bcc40123901941b92f..cb6e8e3e8715b67c5dc73c8f19bfd93576b02674 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4445,
 /**/
     4444,
 /**/