Re: [PATCH 1/5] t5300: modernize basic tests
From: Junio C Hamano <hidden>
Date: 2021-05-03 05:27:24
Jeff King [off-list ref] writes:
The first set of tests in t5300 goes back to 2005, and doesn't use some of our customary style and tools these days. In preparation for touching them, let's modernize a few things: ... Signed-off-by: Jeff King <redacted> --- t/t5300-pack-object.sh | 243 ++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 158 deletions(-)
Thanks. That was an impressive list of a "few" things ;-) The result certainly is much easier to follow.