From 4758d63040e982a06561948a7cac9b9efd0c9de8 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 9 May 2026 01:08:55 +0200 Subject: [PATCH] test(git): silence streaming test stdout --- test/git/cmd_test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/git/cmd_test.lua b/test/git/cmd_test.lua index 0a050d4..797bff1 100644 --- a/test/git/cmd_test.lua +++ b/test/git/cmd_test.lua @@ -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