On Thu, Aug 18, 2022 at 11:50 AM Derrick Stolee <derrickstolee@xxxxxxxxxx> wrote: > From: Derrick Stolee <derrickstolee@xxxxxxxxxx> > Subject: [PATCH] t6019: modernize tests with helper > > The tests in t6019 are repetive, so create a helper that greatly > simplifies the test script. s/repetive/repetitive/ > In addition, update the common pattern that places 'git rev-list' on the > left side of a pipe, which can hide some exit codes. Send the output to > a 'raw' file that is then consumed by other tools so the Git exit code > is verified as zero. > > Signed-off-by: Derrick Stolee <derrickstolee@xxxxxxxxxx>