Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#544528: zsh-beta: FTBFS on GNU/kFreeBSD (hang in testsuite)



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