Re: EGREP used but not defined in tests

2016-12-07 Thread Ken Brown
On 12/7/2016 3:31 PM, Gavin Smith wrote: On 26 November 2016 at 18:08, Ken Brown wrote: The variable EGREP is used in info/t/Init-inter.inc but not defined. This leads to errors like the following when the tests are run on Cygwin: info/t/Init-inter.inc: line 28: -iv: command not found [...]

Re: Portability of mknod

2016-12-07 Thread Gavin Smith
On 28 November 2016 at 16:23, Gavin Smith wrote: > On 27 November 2016 at 06:40, Daniel E. Macks wrote: >> A bunch of info/t tests in texinfo-6.3 were SKIPped on my OS X 10.11 >> box, all as a result of 'mknod' being detected but then failing in >> Init-inter.inc. I do have /sbin/mknod, but it's

Re: EGREP used but not defined in tests

2016-12-07 Thread Gavin Smith
On 26 November 2016 at 18:08, Ken Brown wrote: > The variable EGREP is used in info/t/Init-inter.inc but not defined. This > leads to errors like the following when the tests are run on Cygwin: > > info/t/Init-inter.inc: line 28: -iv: command not found > > The following patch fixes it: > > --- inf