CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/23 23:14:30
Modified files:
regress/lib/libc/sys: t_truncate.c
Log message:
Recent changes to truncate(2) swapped the ordering of some validations
causing EACCESS as opposed of ESDIR to be returned while trying to
truncate a directory as a user lacking write permissions to the same
directory. As this behavior is reasonable, change the truncate directory
from /etc/ to /tmp which makes the test pass both as root and non-root.
