Re: [PATCH] Fix bug in test missing6.test

2010-08-27 Thread Stefano Lattarini
On Friday 27 August 2010, Ralf Wildenhues wrote: > Hello, > > * Eric Blake wrote on Fri, Aug 27, 2010 at 07:10:47PM CEST: > > On 08/27/2010 10:30 AM, Stefano Lattarini wrote: > > >(Just for the record, I found this bug while running the > > >automake testsuite with CONFIG_SHELL=dash). > > > > Out

Re: [PATCH] Fix bug in test missing6.test

2010-08-27 Thread Stefano Lattarini
On Friday 27 August 2010, Eric Blake wrote: > On 08/27/2010 10:30 AM, Stefano Lattarini wrote: > > (Just for the record, I found this bug while running the automake > > testsuite with CONFIG_SHELL=dash). > > Out of curiosity, which version of dash? $ dpkg -l dash ii dash 0.5.5.1-6 POSIX-complia

Re: [PATCH] Fix bug in test missing6.test

2010-08-27 Thread Ralf Wildenhues
Hello, * Eric Blake wrote on Fri, Aug 27, 2010 at 07:10:47PM CEST: > On 08/27/2010 10:30 AM, Stefano Lattarini wrote: > >(Just for the record, I found this bug while running the automake > >testsuite with CONFIG_SHELL=dash). > > Out of curiosity, which version of dash? dash 0.5.6 has $LINENO > s

Re: [PATCH] Fix bug in test missing6.test

2010-08-27 Thread Eric Blake
On 08/27/2010 10:30 AM, Stefano Lattarini wrote: (Just for the record, I found this bug while running the automake testsuite with CONFIG_SHELL=dash). Out of curiosity, which version of dash? dash 0.5.6 has $LINENO support, but 0.5.5.1 still lacks it. Shells that lack $LINENO are getting rar

Re: [PATCH] Fix bug in test missing6.test

2010-08-27 Thread Eric Blake
[adding bug-autoconf] On 08/27/2010 10:30 AM, Stefano Lattarini wrote: Hello automakers. The tests missing6.test in its current form produces broken configure and config.status scripts; more precisely, it's the sed script for $LINENO subtitution that is broken, since the sed command `b' got sub

[PATCH] Fix bug in test missing6.test

2010-08-27 Thread Stefano Lattarini
ng that in such case `missing6.test' fails as expected. OK for maint? Regards, Stefano From 529421a033c9937a853ef0a315a57f230c3a3bc4 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 Aug 2010 18:25:17 +0200 Subject: [PATCH] Fix bug in test missing6.test. * tests/missing6.test: