Cyril Roelandt <tipec...@gmail.com> skribis: > On 03/04/2014 06:10 PM, Ludovic Courtès wrote: >> Cyril Roelandt <tipec...@gmail.com> skribis: >> >>> On 03/04/2014 10:35 AM, Nikita Karetnikov wrote: >>>> ./tests/misc/nohup.sh: line 66: /dev/tty: No such device or address >>>> + fail=1 >>> >>> ./tests/misc/nohup.sh: line 66: /dev/tty: No such device or address >>> + fail=1 >>> >>> Hum, this should probably be disabled :) I don't think we can access >>> /dev/tty inside the chroot... Or maybe we could run 'mknod' before the >>> check' phase ? WDYT ? >> >> I’ve seen it on Hydra before. Could you come up with a patch that does >> ‘test -f /dev/tty || exit 77’ in that test, and also submit it to >> bug-coreut...@gnu.org? >> > > It is currently discussed here: > http://lists.gnu.org/archive/html/bug-coreutils/2014-03/msg00017.html. I'll > push their patch to core-udpates when it lands in coreutils.
Perfect, thank you! Ludo’.