]> git.ipfire.org Git - thirdparty/git.git/commit
t8003: avoid suppressing git's exit code
authorTrieu Huynh <vikingtc4@gmail.com>
Sat, 28 Mar 2026 13:29:54 +0000 (22:29 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Mar 2026 18:37:07 +0000 (11:37 -0700)
commit206ca04c8669ddf5aa75c162dd97d8e1c499cda9
treeacb836d205884490acbcd2555bb4b687186a70c7
parent67ad42147a7acc2af6074753ebd03d904476118f
t8003: avoid suppressing git's exit code

Update t8003-blame-corner-cases.sh to redirect git-blame output
to a temporary file instead of piping it directly to not hide
the exit code of git commands behind pipes, as a crash in git
might go unnoticed.

Signed-off-by: Trieu Huynh <vikingtc4@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t8003-blame-corner-cases.sh