Re: Failure of testsuite/autoupdate

2000-10-25 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> I thought about this construct, but I decided not to fix since Pavel> the right fix is not to depend on GNU sed at all. Don't do that Pavel, that's wasting your time (unless you refer to using Perl now). Pavel> I think "sed" is s

Re: Failure of testsuite/autoupdate

2000-10-25 Thread David Morgan
Hi Pavel, Having pressed Ctrl-D numerous times I can at least tell you the suite passes. Regards David Pavel Roskin wrote: > > Hello, David! > > > $sed --version > /dev/null 2>&1 || ... > > > > The sed on QNX will just stop at this point as it has no input and > > just sits and waits for in

Re: Failure of testsuite/autoupdate

2000-10-25 Thread Pavel Roskin
Hello, David! > $sed --version > /dev/null 2>&1 || ... > > The sed on QNX will just stop at this point as it has no input and > just sits and waits for input. I thought about this construct, but I decided not to fix since the right fix is not to depend on GNU sed at all. > I also noticed a fe

Failure of testsuite/autoupdate

2000-10-25 Thread David Morgan
Hi Pavel, I am trying the testsuite on QNX and in test 7 we lock up totally. I investigated the cause and it is quite amusing. There is a line 91 (in my version) which has $sed --version > /dev/null 2>&1 || ... The sed on QNX will just stop at this point as it has no input and just sits and w