t4117: use modern test_* helpers
commite7d053ddb97f9a5a14567d9311dc6d8badf73a9c
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:13:18 +0000 (20 06:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 18:35:56 +0000 (20 11:35 -0700)
tree727490a45aa010270146378f1d35aa12022f1a6b
parent2f69de5b4be64100d919b2ac858ca60263a59bb2
t4117: use modern test_* helpers

We can use test_must_fail and test_path_* to avoid some
hand-rolled if statements. This makes the code shorter, and
makes it more obvious when we are breaking the &&-chain.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4117-apply-reject.sh