[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: core-updates: coreutils: FAIL: tests/misc/nohup
From: |
Ludovic Courtès |
Subject: |
Re: core-updates: coreutils: FAIL: tests/misc/nohup |
Date: |
Tue, 04 Mar 2014 18:10:33 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Cyril Roelandt <address@hidden> 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
address@hidden
TIA,
Ludo’.