mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
7519af4f0f
commit
fe53182934
@ -114,6 +114,7 @@ func Test_exit_error_reading_input()
|
||||
throw 'Skipped: Nvim does not exit after stdin is read'
|
||||
|
||||
CheckNotGui
|
||||
CheckNotMSWindows
|
||||
|
||||
call writefile([":au VimLeave * call writefile(['l = ' .. v:exiting], 'Xtestout')", ":tabnew\<CR>q:"], 'Xscript')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user