]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failures on darwin 19.2.0
authorPádraig Brady <P@draigBrady.com>
Sat, 29 Feb 2020 20:23:44 +0000 (20:23 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 29 Feb 2020 22:45:00 +0000 (22:45 +0000)
commitde73a867ca989e6cf1929f511d2679aa2085c2be
tree74269d1b7b36d6346028a086e0493eb62cf8eb64
parent54bf2c2f1a9f822c724476f30888e0a4299c1359
tests: avoid false failures on darwin 19.2.0

With these adjustments, all tests pass on macOS Catalina.

* tests/dd/sparse.sh: Adjust so that systems like apfs that
don't create holes < 16 MiB do not fail erroneously.
* tests/touch/trailing-slash.sh: Darwin was seen to dereference
symlinks to files when given a trailing slash, so avoid
that particular case.
tests/dd/sparse.sh
tests/touch/trailing-slash.sh