]> granicus.if.org Git - vim/commitdiff
patch 8.2.4442: test for error reading input fails on MS-Windows v8.2.4442
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 15:24:51 +0000 (15:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Feb 2022 15:24:51 +0000 (15:24 +0000)
Problem:    Test for error reading input fails on MS-Windows.
Solution:   Don't run the test on MS-Windows.

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

index b42eebfa856e7020080cd4cc06d101d4e2e70932..68659fb1f4d60cb00f4b4f986a5e1b4c2181ff51 100644 (file)
@@ -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')
 
index 000183401ee7ab647d763a74dc6caf5dc6afc208..deb79ebaea434c0fd12023624dd2cf98d5315e2d 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4442,
 /**/
     4441,
 /**/