Re: [PATCH 1/2] t5410: use longer path for sample script

2018-10-24 Thread Junio C Hamano
Johannes Schindelin writes: > On Wed, 24 Oct 2018, Jeff King wrote: > >> t5410 creates a sample script "alternate-refs", and sets >> core.alternateRefsCommand to just "alternate-refs". That >> shouldn't work, as "." is not in our $PATH, and so we should >> not find it. >> >> However, due to a bu

Re: [PATCH 1/2] t5410: use longer path for sample script

2018-10-24 Thread Johannes Schindelin
Hi Peff, On Wed, 24 Oct 2018, Jeff King wrote: > t5410 creates a sample script "alternate-refs", and sets > core.alternateRefsCommand to just "alternate-refs". That > shouldn't work, as "." is not in our $PATH, and so we should > not find it. > > However, due to a bug in run-command.c, we someti