On Tue, Jun 13, 2023 at 05:32:16PM -0700, Junio C Hamano wrote: > Taylor Blau <me@xxxxxxxxxxxx> writes: > > > +assert_jumps () { > > + local nr="$1" > > + local trace="$2" > > + > > + grep -q "name:jumps_made value:$nr" $trace > > +} > > You may expect 1 hit and the test will pass if trace had 10 or 12 hits. Oops. Well spotted, thanks. Thanks, Taylor