diff src/testdir/test_terminal.vim @ 19402:763775897f2e v8.2.0259

patch 8.2.0259: terminal in popup test sometimes fails Commit: https://github.com/vim/vim/commit/c2adc00fa74530e7f9d2cd31ce39252e86465dd0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 14 17:05:18 2020 +0100 patch 8.2.0259: terminal in popup test sometimes fails Problem: Terminal in popup test sometimes fails. Solution: Clear the command line.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Feb 2020 17:15:03 +0100
parents f0033a10b613
children 21eefaf6bc5b
line wrap: on
line diff
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2353,6 +2353,7 @@ func Test_terminal_in_popup()
 	\ ]
   call writefile(lines, 'XtermPopup')
   let buf = RunVimInTerminal('-S XtermPopup', #{rows: 15})
+  call term_sendkeys(buf, ":\<CR>")
   call VerifyScreenDump(buf, 'Test_terminal_popup_1', {})
 
   call term_sendkeys(buf, ":q\<CR>")