changeset 27833:32366687a0dc v8.2.4442

patch 8.2.4442: test for error reading input fails on MS-Windows Commit: https://github.com/vim/vim/commit/70b9e4f4c3a62e325fd16ac108bd12feb026ede5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 22 15:24:51 2022 +0000 patch 8.2.4442: test for error reading input fails on MS-Windows Problem: Test for error reading input fails on MS-Windows. Solution: Don't run the test on MS-Windows.
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Feb 2022 16:30:02 +0100
parents 442e39ce347f
children 70950a6ba126
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
 
   call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript')
 
--- 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 */
 /**/
+    4442,
+/**/
     4441,
 /**/
     4440,