Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Tue, Aug 25, 2020 at 9:17 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> This ancient script runs "git-foo" all over the place. A strange >> thing is that it has t9200 tests successfully running, even though >> it does not seem to futz with PATH to prepend $(git --exec-path) >> output. > > t/test-lib.sh takes care of that for us, doesn't it? It generally shouldn't, I think. We have bin-wrappers directory and we shouldn't be copying things we would install in libexec/git-core/ in real life.