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.
29a9e69718
This commit is contained in:
Sean Dewar 2022-02-25 00:22:54 +00:00
parent 0412dba456
commit 70582bd925
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581

View File

@ -114,6 +114,7 @@ func Test_exit_error_reading_input()
throw 'Skipped: Nvim does not exit after stdin is read' throw 'Skipped: Nvim does not exit after stdin is read'
CheckNotGui CheckNotGui
CheckNotMSWindows
" The early exit causes memory not to be freed somehow " The early exit causes memory not to be freed somehow
CheckNotAsan CheckNotAsan