]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: du/bigtime: try harder to find a suitable filesystem
authorNicolas Boichat <nicolas@boichat.ch>
Sat, 26 Jul 2025 06:58:33 +0000 (14:58 +0800)
committerPádraig Brady <P@draigBrady.com>
Thu, 16 Oct 2025 17:28:52 +0000 (18:28 +0100)
commitab5fce879b3ee372df7a0e2669587814d28cf57c
treea0e2abb8c76043856058d757a8995322134fd511
parent1066d442c2c023c81fbf7d561162ef7ada0e11e2
tests: du/bigtime: try harder to find a suitable filesystem

* tests/du/bigtime.sh: At least on Linux, the ext4 filesystem
doesn't support such large timestamp, while tmpfs does.  Try a bit
harder to look for a filesystem with large timestamp support.
tests/du/bigtime.sh