1
0
forked from aniani/vim

patch 8.2.0217: terminal test fails on Mac

Problem:    Terminal test fails on Mac.
Solution:   Add a short wait.
This commit is contained in:
Bram Moolenaar 2020-02-05 22:21:08 +01:00
parent ff80cb6807
commit adbc11c2ee
2 changed files with 3 additions and 0 deletions

View File

@ -2362,6 +2362,7 @@ func Test_terminal_in_popup()
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
call term_sendkeys(buf, "\<CR>")
call term_wait(buf, 50)
call term_sendkeys(buf, ":q\<CR>")
call term_wait(buf, 100) " wait for terminal to vanish

View File

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