Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#544528: zsh-beta: FTBFS on GNU/kFreeBSD (hang in testsuite)
- X-seq: zsh-workers 27239
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#544528: zsh-beta: FTBFS on GNU/kFreeBSD (hang in testsuite)
- Date: Wed, 2 Sep 2009 15:05:21 +0000
- Cc: Petr Salinger <Petr.Salinger@xxxxxxxxx>, 544528@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.LNX.4.62.0909011154370.13122@xxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Petr Salinger <Petr.Salinger@xxxxxxxxx>, 544528@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.LNX.4.62.0909011154370.13122@xxxxxxxxxxxxxxxx>
On Tue, Sep 01, 2009 at 12:17:31PM +0200, Petr Salinger wrote:
> the build of zsh-beta currently hangs in testsuite.
> The problematic test is Test/B04read.ztst.
>
> In the head of the file is written:
>
> # Not tested:
> # -c/-l/-n (options for compctl functions)
> # -q/-s (needs a tty)
>
> But a few lines latter, the "-q" is used.
That does appear to be true.
> 0:read specified number of chars
>> foo
>
> for char in y Y n N X $'\n'; do
> read -q -u0 <<<$char
> print $?
> done
>
>
> The test hangs in "nohup dpkg-buildpackage -b -uc" build,
> but passes in "dpkg-buildpackage -b -uc" interactive build.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author