Jeff King <peff@xxxxxxxx> writes: > You no longer get this output with GIT_TRACE=1; instead, you > can do GIT_TRACE_SETUP=1. > > Signed-off-by: Jeff King <peff@xxxxxxxx> Hence you would need this on top? t/t1510-repo-setup.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh index 15101d5..ec50a9a 100755 --- a/t/t1510-repo-setup.sh +++ b/t/t1510-repo-setup.sh @@ -57,7 +57,7 @@ test_repo () { export GIT_WORK_TREE fi && rm -f trace && - GIT_TRACE="$(pwd)/trace" git symbolic-ref HEAD >/dev/null && + GIT_TRACE_SETUP="$(pwd)/trace" git symbolic-ref HEAD >/dev/null && grep '^setup: ' trace >result && test_cmp expected result ) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html