[LTP] Requested user & group [was: Re: [linux-test-project/ltp] Release 20210927 - LTP 20210927]
Petr Vorel
pvorel@suse.cz
Wed Sep 29 10:12:39 CEST 2021
Hi,
from 20210927 LTP release:
> * Testcases were fixed not to expect certain users and groups to be present on the system
> - some tests were expecting bin, daemon and similar groups and users to exist on the system
> - now LTP depends only on user 'nobody' and group 'nogroup'
At least some tests (e.g. fchmod02.c, chmod07.c) require other groups ('users',
fallback to 'daemon' which is on AOSP):
ltpgroup = SAFE_GETGRNAM_FALLBACK("users", "daemon");
@Sandeep: is 'nobody' on AOSP or do we still need SAFE_GETGRNAM_FALLBACK()?
Kind regards,
Petr
More information about the ltp
mailing list