patch 8.1.1286: running tests leaves XTest_tabpage_cmdheight file behind

Problem:    Running tests leaves XTest_tabpage_cmdheight file behind.
Solution:   Delete the right file. (closes #4350)
This commit is contained in:
Bram Moolenaar
2019-05-06 22:03:39 +02:00
parent f0ab01f6d8
commit 4fa06870e5
2 changed files with 3 additions and 1 deletions

View File

@ -573,7 +573,7 @@ func Test_tabpage_cmdheight()
call VerifyScreenDump(buf, 'Test_tabpage_cmdheight', {})
call StopVimInTerminal(buf)
call delete('XTest_conceal')
call delete('XTest_tabpage_cmdheight')
endfunc
" vim: shiftwidth=2 sts=2 expandtab

View File

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