forked from aniani/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 #7970)
This commit is contained in:
@@ -109,7 +109,9 @@ func Test_pack_in_rtp_when_plugins_run()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_help_arg()
|
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')
|
if RunVim([], [], '--help >Xtestout')
|
||||||
let lines = readfile('Xtestout')
|
let lines = readfile('Xtestout')
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2609,
|
||||||
/**/
|
/**/
|
||||||
2608,
|
2608,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user