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