Re: autotest: problem testing daemons, with possible fix

2010-11-27 Thread Paul Eggert
On 11/27/2010 01:28 AM, Ralf Wildenhues wrote: > Is it possible to devise an easy test case in > shell? It depends on one's definition of "easy". One complication is that some shells close fd 5 automatically; for these shells there was no bug and the fix is a no-op. Another complication is that

Re: autotest: problem testing daemons, with possible fix

2010-11-27 Thread Luke Mewburn
On Thu, Nov 25, 2010 at 10:47:08AM -0800, Paul Eggert wrote: | On 11/23/2010 08:58 PM, Luke Mewburn wrote: | > Is there any reason that AT_CHECK doesn't close this fd before | > executing the application? | | Thanks for reporting the problem. | | I don't know of any reason AT_CHECK

Re: autotest: problem testing daemons, with possible fix

2010-11-26 Thread Paul Eggert
On 11/25/2010 03:24 PM, Luke Mewburn wrote: > Your patch also solves the problem. OK, thanks, I installed it. Still would appreciate another pair of eyes at some point.