Hash :
c72c8888
Author :
Date :
2022-10-10T18:45:03
tests: prefer stdckdint to intprops * modules/chown-tests, modules/fchownat-tests: * modules/fdutimensat-tests, modules/futimens-tests: * modules/lchown-tests, modules/stat-time-tests: * modules/utime-tests, modules/utimens-tests: * modules/utimensat-tests: (Depends on): Depend on stdckint, not intprops. * tests/nap.h: Include stdckdint.h, not intprops.h. All macro uses changed.
Files:
tests/nap.h
tests/test-lchown.h
tests/test-lchown.c
tests/signature.h
tests/macros.h
Depends-on:
errno
ignore-value
mgetgroups
nanosleep
stdckdint
stat-time
stdbool
symlink
configure.ac:
AC_CHECK_FUNCS_ONCE([getegid])
Makefile.am:
TESTS += test-lchown
check_PROGRAMS += test-lchown
test_lchown_LDADD = $(LDADD) $(LIB_NANOSLEEP)