Re: [PATCH] t/lib-terminal: make TTY a lazy prerequisite

2014-03-14 Thread Jeff King
On Fri, Mar 14, 2014 at 03:05:45PM -0700, Junio C Hamano wrote: > > Actually, we don't need to do this, as of 94221d2 (t: use perl instead > > of "$PERL_PATH" where applicable, 2013-10-28). If only the author of > > that commit were here to correct me... > > Yuck. I forgot all about that, too. >

Re: [PATCH] t/lib-terminal: make TTY a lazy prerequisite

2014-03-14 Thread Jens Lehmann
Am 14.03.2014 22:57, schrieb Jeff King: > On Fri, Mar 14, 2014 at 02:47:14PM -0700, Junio C Hamano wrote: > >>> Something like the patch below (looks like we should be using $PERL_PATH >>> instead of "perl", too). > > Actually, we don't need to do this, as of 94221d2 (t: use perl instead > of "$P

Re: [PATCH] t/lib-terminal: make TTY a lazy prerequisite

2014-03-14 Thread Junio C Hamano
Jeff King writes: > On Fri, Mar 14, 2014 at 02:47:14PM -0700, Junio C Hamano wrote: > >> > Something like the patch below (looks like we should be using $PERL_PATH >> > instead of "perl", too). > > Actually, we don't need to do this, as of 94221d2 (t: use perl instead > of "$PERL_PATH" where appl

[PATCH] t/lib-terminal: make TTY a lazy prerequisite

2014-03-14 Thread Jeff King
On Fri, Mar 14, 2014 at 02:47:14PM -0700, Junio C Hamano wrote: > > Something like the patch below (looks like we should be using $PERL_PATH > > instead of "perl", too). Actually, we don't need to do this, as of 94221d2 (t: use perl instead of "$PERL_PATH" where applicable, 2013-10-28). If only t