1
0
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:
Bram Moolenaar
2021-03-16 13:23:30 +01:00
parent f4fcedc59d
commit 3214812997
2 changed files with 5 additions and 1 deletions

View File

@@ -109,7 +109,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')

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2609,
/**/
2608,
/**/