0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

patch 8.2.3009: startup test may hang

Problem:    Startup test may hang.
Solution:   Do not run the test in the GUI.
This commit is contained in:
Bram Moolenaar 2021-06-16 10:59:36 +02:00
parent 55b6b60b69
commit b90ac5e96e
2 changed files with 4 additions and 1 deletions

View File

@ -1302,6 +1302,8 @@ func Test_write_in_vimrc()
endfunc
func Test_echo_true_in_cmd()
CheckNotGui
let lines =<< trim END
echo v:true
call writefile(['done'], 'Xresult')
@ -1313,7 +1315,6 @@ func Test_echo_true_in_cmd()
endif
call delete('Xscript')
call delete('Xresult')
endfunc
" vim: shiftwidth=2 sts=2 expandtab

View File

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