t4104: drop hand-rolled error reporting
commit8bafd20fd97f5101d1c2c8a332864a2cbc97ce0b
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:13:36 +0000 (20 06:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 18:35:57 +0000 (20 11:35 -0700)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4104-apply-boundary.sh