diff options
author | Jeff King <peff@peff.net> | 2015-03-20 06:13:05 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-20 11:35:55 -0700 |
commit | e4e6e8b4e3aeb3f7237b83f2125c9deee221ff77 (patch) | |
tree | 168e5e8c3162b7add07cb35fe53f4772e7d8954c /t/t9153-git-svn-rewrite-uuid.sh | |
parent | t9502: fix &&-chain breakage (diff) | |
download | tgif-e4e6e8b4e3aeb3f7237b83f2125c9deee221ff77.tar.xz |
t6030: use modern test_* helpers
We can get rid of a lot of hand-rolled error messages by
using test_must_fail and test_expect_code. The existing code
was careful to use "|| return 1" when breaking the
&&-chain, but it did fool --chain-lint; the new code is more
idiomatic.
We also add some uses of test_when_finished, which is less
cryptic and more robust than putting code at the end of a
test. In two cases we run "git bisect reset" from a
subshell, which is a problem for test_when_finished (it
would not run). However, in both of these cases, we are
performing the tests in one-off sub-repos, so we do not need
to clean up at all (and in fact it is nicer not to if the
user wants to inspect the trash directory after a failure).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9153-git-svn-rewrite-uuid.sh')
0 files changed, 0 insertions, 0 deletions