commit 70582bd9259e4f503757ea7b4bf8b4b994218ac7
parent 0412dba45622eeb20e83d5458bab8714e2da0d2e
Author: Sean Dewar <seandewar@users.noreply.github.com>
Date: Fri, 25 Feb 2022 00:22:54 +0000
vim-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.
https://github.com/vim/vim/commit/29a9e6971849b4a9eabf14fee1130d51cecfbaa7
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/nvim/testdir/test_exit.vim b/src/nvim/testdir/test_exit.vim
@@ -114,6 +114,7 @@ func Test_exit_error_reading_input()
throw 'Skipped: Nvim does not exit after stdin is read'
CheckNotGui
+ CheckNotMSWindows
" The early exit causes memory not to be freed somehow
CheckNotAsan