]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid allocation checks on ZFS
authorPádraig Brady <P@draigBrady.com>
Sat, 15 Apr 2023 21:19:06 +0000 (22:19 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 16 Apr 2023 15:11:20 +0000 (16:11 +0100)
commitd81094dc7b239711253f14a18940efaeca2bed1e
treecf2229d8fc037294ee0e794f54200adf928e3c5a
parentcf91b9d62cc936ae4942c1d5def0db448a2c8b25
tests: avoid allocation checks on ZFS

* tests/du/basic.sh: Allocation of files was seen to change
asynchronously on ZFS, so avoid allocation comparisons there.
tests/du/basic.sh