diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-11-27 11:53:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-29 13:20:14 -0800 |
commit | 3b737381d880bd6db1b09d8721f806774931853a (patch) | |
tree | cdd494dd455b0fed305207c686997fac99c8cfbd /t/lib-bash.sh | |
parent | t3600: use test_line_count() where possible (diff) | |
download | tgif-3b737381d880bd6db1b09d8721f806774931853a.tar.xz |
t3600: stop losing return codes of git commands
When a command is in a non-assignment command substitution, the return
code will be lost in favour of the surrounding command's. As a result,
if a git command fails, we won't know about it. Rewrite instances of
this so that git commands are either run in an assignment-only command
substitution so that their return codes aren't lost.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/lib-bash.sh')
0 files changed, 0 insertions, 0 deletions