]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failure on older Linux kernels
authorPádraig Brady <P@draigBrady.com>
Sun, 21 Sep 2025 15:37:26 +0000 (16:37 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 21 Sep 2025 15:37:26 +0000 (16:37 +0100)
commit8a1f4344639795a783c0ccd39ba8f02282d833ce
tree4bebaa9f9d00decd0e5fe69b71eb904ca47573a1
parent076e24741685d0041d81f53fd32dc7f5878b22a9
tests: avoid false failure on older Linux kernels

* tests/fold/fold-zero-width.sh: Check the shell was able to create
the redirection file, as intermittently on CentOS 5,6,7 this wasn't
the case, with the shell giving an xmalloc failure due to the ulimit.
Reported by William Bader and Bruno Haible.
tests/fold/fold-zero-width.sh