]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3415-rebase-autosquash.sh
t3415: stop losing return codes of git commands
authorDenton Liu <liu.denton@gmail.com>
Tue, 7 Jan 2020 04:53:07 +0000 (23:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2020 20:56:02 +0000 (12:56 -0800)
commita781cd6fefcb40297cdb52cb02e7cb6b940598f2
tree312f114266c6c4c5afddc4a266eb79c9682a1cc6
parent86ce6e0dd195d0b0494b0866c4b2771141a3c06c
t3415: stop losing return codes of git commands

Fix invocations of git commands so their exit codes are not lost
within non-assignment command substitutions.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3415-rebase-autosquash.sh