test(git): silence streaming test stdout

This commit is contained in:
2026-05-09 01:08:55 +02:00
parent fda04337db
commit 4758d63040
+1 -1
View File
@@ -488,7 +488,7 @@ local function with_echo_stub(fn)
history = history, history = history,
opts = opts or {}, opts = opts or {},
}) })
return original(chunks, history, opts) return -1
end end
local ok, err = pcall(fn, calls) local ok, err = pcall(fn, calls)
vim.api.nvim_echo = original vim.api.nvim_echo = original