mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 02:34:10 +00:00
test: use termopen() instead of :terminal more (#26462)
This commit is contained in:
@@ -68,7 +68,9 @@ describe('command-line option', function()
|
||||
|
||||
-- Need to explicitly pipe to stdin so that the embedded Nvim instance doesn't try to read
|
||||
-- data from the terminal #18181
|
||||
funcs.termopen(string.format([[echo "" | %s]], table.concat(args, " ")))
|
||||
funcs.termopen(string.format([[echo "" | %s]], table.concat(args, " ")), {
|
||||
env = { VIMRUNTIME = os.getenv('VIMRUNTIME') }
|
||||
})
|
||||
screen:expect([[
|
||||
{1:^ }|
|
||||
{2:~ }|
|
||||
|
||||
Reference in New Issue
Block a user