> "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
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
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
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