summaryrefslogtreecommitdiffstats
path: root/tests/stat
AgeCommit message (Collapse)AuthorLines
2026-02-27stat: handle %%%N tooPaul Eggert-3/+3
* src/stat.c (main): Fix incorrect counting of '%'s before 'N'. * tests/stat/stat-fmt.sh: Test for the bug.
2026-02-26stat: don't check QUOTING_STYLE when --printf %%N is usedCollin Funk-0/+30
* NEWS: Mention the fix. * src/stat.c (main): Only check QUOTING_STYLE if there is a %N that is not preceded by a percentage sign. * tests/stat/stat-fmt.sh: Add some test cases.
2026-01-01maint: run 'make update-copyright'Collin Funk-7/+7
2025-01-01maint: update all copyright year number rangesPádraig Brady-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 Eggert-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 Brady-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 Ledru-0/+310
* cfg.mk: Adjust syntax check exclusion paths. * tests/local.mk: Adjust for renamed tests.