t0000: keep clean-up tests together
authorJeff King <peff@peff.net>
Thu, 28 Jan 2021 06:32:28 +0000 (01:32 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jan 2021 20:06:25 +0000 (12:06 -0800)
commit03efadb7748d50b98fc1da5530b32f633fd1cbbb
treec4c52b261b9cb93292ea456bb713c04ef9e31503
parente6362826a0409539642a5738db61827e5978e2e4
t0000: keep clean-up tests together

We check that test_when_finished cleans up after a test, and that it
runs even after a failure. Those two were originally adjacent, but got
split apart by the new test added in 477dcaddb6 (tests: do not let lazy
prereqs inside `test_expect_*` turn off tracing, 2020-03-26), and then
further by more lazy-prereq tests. Let's move them back together.

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