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? TIA, Ludo’.