vim-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.
70b9e4f4c3
This commit is contained in:
Sean Dewar 2022-02-25 00:22:12 +00:00
parent 7519af4f0f
commit fe53182934
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
call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript') call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript')