diff options
| author | Ayush Chandekar <ayu.chandekar@gmail.com> | 2025-02-02 17:39:26 +0530 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-03 15:23:15 -0800 |
| commit | 7c1d34fe5d1229362f2c3ecf2d493167a1f555a2 (patch) | |
| tree | af22081e01dda653fda8808a82f9707077fb2b48 /t/unit-tests/t-oid-array.c | |
| parent | bc204b742735ae06f65bb20291c95985c9633b7f (diff) | |
t6423: fix suppression of Git’s exit code in tests
Some test in t6423 supress Git's exit code, which can cause test
failures go unnoticed. Specifically using git <subcommand> |
<other-command> masks potential failures of the Git command.
This commit ensures that Git's exit status is correctly propogated by:
- Avoiding pipes that suppress exit codes.
Signed-off-by: Ayush Chandekar <ayu.chandekar@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/unit-tests/t-oid-array.c')
0 files changed, 0 insertions, 0 deletions
