Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Failure in A01grammar.ztst and C02cond.ztst
On Thu, Apr 21, 2011 at 5:21 AM, İsmail Dönmez <ismail@xxxxxxxxxxx> wrote:
>
> Also note that Fedora disables this part of the test:
>
> http://pkgs.fedoraproject.org/gitweb/?p=zsh.git;a=blob_plain;f=zsh-4.3.6-hack-a01grammar-test-select-off.patch;hb=HEAD
>
> So there is possibly some race somewhere?
It seems unlikely. Both the selection list and the prompt are
fprintf'd to stderr.
The only thing I can come up with is that during the test if LINES=0
then the list might not be printed. The test explicitly assigns
COLUMNS=80 but doesn't change LINES ... try adding LINES=3 ...?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author