mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.2609: test disabled on MS-Windows even though it should work
Problem: Test disabled on MS-Windows even though it should work.
Solution: Restore the condition for skipping the test. (Ken Takata,
closes vim/vim#7970)
3214812997
This commit is contained in:
parent
0ab88c2ea8
commit
f1f131d132
@ -111,7 +111,9 @@ func Test_pack_in_rtp_when_plugins_run()
|
||||
endfunc
|
||||
|
||||
func Test_help_arg()
|
||||
CheckNotMSWindows
|
||||
if !has('unix') && has('gui_running')
|
||||
throw 'Skipped: does not work with gvim on MS-Windows'
|
||||
endif
|
||||
|
||||
if RunVim([], [], '--help >Xtestout')
|
||||
let lines = readfile('Xtestout')
|
||||
|
Loading…
Reference in New Issue
Block a user