]> granicus.if.org Git - vim/commitdiff
patch 8.2.0217: terminal test fails on Mac v8.2.0217
authorBram Moolenaar <Bram@vim.org>
Wed, 5 Feb 2020 21:21:08 +0000 (22:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 5 Feb 2020 21:21:08 +0000 (22:21 +0100)
Problem:    Terminal test fails on Mac.
Solution:   Add a short wait.

src/testdir/test_terminal.vim
src/version.c

index c028c69f6736489f29af84f20591a2702d3e843f..605ac06fa8693b847ab74fa1f3c8d356a202992d 100644 (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
index 45b4cc253fba6b545d7541680b5451032bf2fe07..5a11a1f139c0785aaa1a7cf063077de4502d0557 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    217,
 /**/
     216,
 /**/