Re: [PATCH] tests: fix a failure when install-info is not available

2012-04-13 Thread Stefano Lattarini
On 04/13/2012 12:27 PM, Dmitry V. Levin wrote: > On Fri, Apr 13, 2012 at 10:52:32AM +0200, Stefano Lattarini wrote: > >> Hmm... actually, the fact that the above was run also when 'install-info' >> might not be available was done *on purpose*, because the exporting of >> 'AM_UPDATE_INFO_DIR' to a "

Re: [PATCH] tests: fix a failure when install-info is not available

2012-04-13 Thread Dmitry V. Levin
On Fri, Apr 13, 2012 at 10:52:32AM +0200, Stefano Lattarini wrote: > Hi Dmitry, thanks for the patch. But I'm not sure it's right (see below). > > On 04/13/2012 02:58 AM, Dmitry V. Levin wrote: > > This fixes a regression introduced by commit v1.11-766-g619c1b2. > > > > * tests/install-info-dir.

Re: [PATCH] tests: fix a failure when install-info is not available

2012-04-13 Thread Stefano Lattarini
Hi Dmitry, thanks for the patch. But I'm not sure it's right (see below). On 04/13/2012 02:58 AM, Dmitry V. Levin wrote: > This fixes a regression introduced by commit v1.11-766-g619c1b2. > > * tests/install-info-dir.test: Do not attempt to read or modify > $instdir/info/dir file when install-in

[PATCH] tests: fix a failure when install-info is not available

2012-04-12 Thread Dmitry V. Levin
This fixes a regression introduced by commit v1.11-766-g619c1b2. * tests/install-info-dir.test: Do not attempt to read or modify $instdir/info/dir file when install-info is not available. Signed-off-by: Dmitry V. Levin --- tests/install-info-dir.test |2 +- 1 files changed, 1 insertions(+),