Jeff King <peff@xxxxxxxx> 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 <peff@xxxxxxxx> > --- > 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.