t4104: drop hand-rolled error reporting
authorJeff King <redacted>
Fri, 20 Mar 2015 10:13:36 +0000 (06:13 -0400)
committerJunio C Hamano <redacted>
Fri, 20 Mar 2015 18:35:57 +0000 (11:35 -0700)
commit8bafd20fd97f5101d1c2c8a332864a2cbc97ce0b
tree3b4d710e4f45654cba6855aed9210082c8b23ee9
parent635ce72fae23a7d94625325fb02b5ff4416f3596
t4104: drop hand-rolled error reporting

This use of "||" fools --chain-lint into thinking the
&&-chain is broken (and indeed, it is somewhat broken; a
failure of update-index in these tests would show the patch
file, even if we never got to the part of the test where we
fed the patch to git-apply).

The extra blocks were there to include more debugging
output, but it hardly seems worth it; the user should know
which command failed (because git-apply will produce error
messages) and can look in the trash directory themselves.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t4104-apply-boundary.sh
git clone https://git.99rst.org/PROJECT