Package: zsh-beta Version: 4.3.10-dev-1+20090805-1 User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, 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. 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. Petr -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org