0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

patch 7.4.2173

Problem:    Can't test help on MS-Windows.
Solution:   Skip the test.
This commit is contained in:
Bram Moolenaar 2016-08-06 23:03:59 +02:00
parent 472a0a880a
commit 3321e9d8a3
2 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,10 @@ func Test_after_comes_later()
endfunc
func Test_help_arg()
if !has('unix') && has('gui')
" this doesn't work with gvim on MS-Windows
return
endif
if RunVim([], [], '--help >Xtestout')
let lines = readfile('Xtestout')
call assert_true(len(lines) > 20)

View File

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