From: Jeff King Date: Fri, 20 Mar 2015 10:13:18 +0000 (-0400) Subject: t4117: use modern test_* helpers X-Git-Tag: v2.4.0-rc0~1^2~16 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e7d053ddb97f9a5a14567d9311dc6d8badf73a9c?hp=e7d053ddb97f9a5a14567d9311dc6d8badf73a9c 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 Signed-off-by: Junio C Hamano ---