Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > diff --git a/t/t5552-skipping-fetch-negotiator.sh b/t/t5552-skipping-fetch-negotiator.sh > index f70cbcc9ca..a2a5e0743f 100755 > --- a/t/t5552-skipping-fetch-negotiator.sh > +++ b/t/t5552-skipping-fetch-negotiator.sh > @@ -107,7 +107,7 @@ test_expect_success 'use ref advertisement to filter out commits' ' > > # The ref advertisement itself is filtered when protocol v2 is used, so > # use v0. > - GIT_TEST_PROTOCOL_VERSION= trace_fetch client origin to_fetch && > + GIT_TEST_PROTOCOL_VERSION=0 trace_fetch client origin to_fetch && Didn't this trigger "FOO=bar shell_func" test lint for you?