test: do not set termguicolors in test runner

It's not clear why this is needed and it has adverse side effects on
other tests.

(cherry picked from commit d24f3d055a)
This commit is contained in:
Gregory Anders
2024-05-30 19:57:47 -05:00
committed by github-actions[bot]
parent 8a8c3ed4dc
commit 18a36d3d9f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ local runtime_set = 'set runtimepath^=./build/lib/nvim/'
M.nvim_prog = (os.getenv('NVIM_PRG') or t.paths.test_build_dir .. '/bin/nvim')
-- Default settings for the test session.
M.nvim_set = (
'set shortmess+=IS background=light termguicolors noswapfile noautoindent startofline'
'set shortmess+=IS background=light noswapfile noautoindent startofline'
.. ' laststatus=1 undodir=. directory=. viewdir=. backupdir=.'
.. ' belloff= wildoptions-=pum joinspaces noshowcmd noruler nomore redrawdebug=invalid'
)

View File

@ -1129,7 +1129,7 @@ describe("builtin popupmenu 'pumblend'", function()
[10] = { foreground = tonumber('0x000002') },
})
screen:attach({ rgb = false })
command('set notermguicolors pumblend=10')
command('set pumblend=10')
insert([[
Lorem ipsum dolor sit amet, consectetur
adipisicing elit, sed do eiusmod tempor