0
0
mirror of https://github.com/vim/vim.git synced 2025-08-23 19:34:27 -04:00

patch 8.0.0857: terminal test fails on MS-Windows

Problem:    Terminal test fails on MS-Windows.
Solution:   Sleep a fraction of a second.
This commit is contained in:
Bram Moolenaar 2017-08-03 21:08:05 +02:00
parent 102dc7f891
commit 620d064b0b
2 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,10 @@ func Test_terminal_scrape()
call term_wait(1234)
call term_wait(buf)
if has('win32')
" TODO: this should not be needed
sleep 100m
endif
call Check_123(buf)
" Must still work after the job ended.

View File

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