diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-08 14:19:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-08 18:08:10 -0700 |
commit | 0d66f601a9f82a6f3b4240cffa2b02ed5393f1ee (patch) | |
tree | 8e28226358403fe4c16c15f25ea3f301351588bd /builtin/commit.c | |
parent | dbecc617f75eea6ee5d05823a38b91223ff22b11 (diff) |
tests: drop use of 'tee' that hides exit status
A few tests have "| tee output" downstream of a git command, and
then inspect the contents of the file. The net effect is that we
use an extra process, and hide the exit status from the upstream git
command.
In any of these tests, I do not see a reason why we want to hide a
possible failure from these git commands. Replace the use of tee
with a plain simple redirection.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions