On Thu, 3 May 2018 11:58:59 -0700 Stefan Beller <sbeller@xxxxxxxxxx> wrote: > > + test_must_fail git -C server serve --stateless-rpc <in >/dev/null 2>err && > > Minor nit: > Why do we pipe stdout to /dev/null ? Usually there's a binary packfile produced, but not in this case. I'll remove it.