changeset 27839:cd4187269bdf v8.2.4445

patch 8.2.4445: exit test fails on MS-Windows anyway Commit: https://github.com/vim/vim/commit/29a9e6971849b4a9eabf14fee1130d51cecfbaa7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 18:48:11 2022 +0000 patch 8.2.4445: exit test fails on MS-Windows anyway Problem: Exit test fails on MS-Windows anyway. Solution: Skip the test on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 20:00:04 +0100
parents a4c131183f4c
children a93a7405f2e2
files src/testdir/test_exit.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_exit.vim
+++ b/src/testdir/test_exit.vim
@@ -112,6 +112,7 @@ endfunc
 
 func Test_exit_error_reading_input()
   CheckNotGui
+  CheckNotMSWindows
   " The early exit causes memory not to be freed somehow
   CheckNotAsan
 
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4445,
+/**/
     4444,
 /**/
     4443,