]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: port to noatime file systems
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 01:53:46 +0000 (18:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2024 01:54:20 +0000 (01:54 +0000)
commit65a46e9e219f6f4f4f12107a08cf34f03edbbaed
tree61b4471090293a8e07937fc29f3dce23898e82d1
parent10aabce247343d0e823081a574c3a73bbc4b2e52
tests: port to noatime file systems

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.
tests/stat/stat-birthtime.sh
tests/stat/stat-nanoseconds.sh