Jeff King <peff@xxxxxxxx> writes: > Originally, the conditional definition of the setup/teardown functions > for malloc checking could be run at any time, because they depended only > on command-line options and the system getconf function. > > [...snip...] > > if test -z "$GIT_TEST_CMP" > then > if test -n "$GIT_TEST_CMP_USE_COPIED_CONTEXT" > -- > 2.47.0.527.gfb211c7f3b For what it's worth, I've tested this patch and I wanted to quickly confirm this works as expected. -- Toon