test(git): silence streaming test stdout
This commit is contained in:
@@ -488,7 +488,7 @@ local function with_echo_stub(fn)
|
||||
history = history,
|
||||
opts = opts or {},
|
||||
})
|
||||
return original(chunks, history, opts)
|
||||
return -1
|
||||
end
|
||||
local ok, err = pcall(fn, calls)
|
||||
vim.api.nvim_echo = original
|
||||
|
||||
Reference in New Issue
Block a user