diff src/testdir/test_exit.vim @ 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 264cb6d2d0e9
children 8c8fabf093bb
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