On Wed, Aug 09, 2023 at 04:38:45PM -0700, Junio C Hamano wrote: > Locally you should be able to reproduce it by > > make > make -C t test-lint > > before sending your patches out. This shouldn't be necessary. "make test" is supposed to run test-lint (and does catch this case for me). Provided you haven't overridden that by setting TEST_LINT to some more limited set. -Peff