about summary refs log tree commit diff
path: root/io/tst-lutimes.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add lutimes testAdhemerval Zanella2021-04-151-0/+53
It uses stat to compare against the values set by lutimes. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>