Hi; On Thu, Apr 21, 2011 at 7:09 PM, Bart Schaefer wrote: > On Thu, Apr 21, 2011 at 5:21 AM, İsmail Dönmez 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 ...? > Yes, adding LINES=3 fixes the problem. Thanks! :) No idea why C02cond.ztst fails but it looks random. Regards, ismail