aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stat (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-01-01maint: update all copyright year number rangesPádraig Brady7-7/+7
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
2024-07-16tests: port to noatime file systemsPaul Eggert2-15/+15
On these file systems the atime is always zero. Problem found with ZFS on Ubuntu 24.04 LTS. * tests/stat/stat-birthtime.sh (check_timestamps_updated): * tests/stat/stat-nanoseconds.sh: Work even if atimes are always zero. * tests/stat/stat-nanoseconds.sh: Fix typo: print_ver_ called before init.sh sourced.
2024-01-01maint: update all copyright year number rangesPádraig Brady7-7/+7
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * gnulib: Update included in this commit as copyright years are the only change from the previous gnulib commit. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Manually update copyright year, until we fully sync with gnulib at a later stage. * tests/sample-test: Adjust to use the single most recent year.
2023-06-19tests: move tests to a directory per utilitySylvestre Ledru7-0/+310
* cfg.mk: Adjust syntax check exclusion paths. * tests/local.mk: Adjust for renamed tests.