On 9/22/2020 7:15 PM, Jonathan Tan wrote: >> +test_expect_success 'maintenance.loose-objects.auto' ' >> + git repack -adk && >> + GIT_TRACE2_EVENT="$(pwd)/trace-lo1.txt" \ >> + git -c maintenance.loose-objects.auto=1 maintenance \ >> + run --auto --task=loose-objects 2>/dev/null && >> + test_subcommand ! git prune-packed --quiet <trace-lo1.txt && >> + for i in 1 2 > > Any reason why this is run twice? I think the original reason was to demonstrate how two runs interact, but then that was done in the middle of the loop body so the loop is not necessary. Thanks, -Stolee