On Thu, 3 May 2018 12:08:16 -0700 Stefan Beller <sbeller@xxxxxxxxxx> wrote: > test_path_is_missing ? Thanks for the pointer. Done. > > + GIT_TRACE=/tmp/y git -c protocol.version=2 clone "file://$(pwd)/server" client && > > Why do we redirect GIT_TRACE outside the test suite? do we read that > back or want to read it out of the hook? > > Is it possible to redirect to /$(pwd)/trace or such? Good catch - that was a leftover from debugging. I've just removed it. > > + test -f server/.git/hookout > > test_path_is_file ? Done.