]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: avoid false failure on systems without statx
authorPádraig Brady <P@draigBrady.com>
Sun, 19 Mar 2023 23:35:12 +0000 (23:35 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 19 Mar 2023 23:44:51 +0000 (23:44 +0000)
commit445f502839b6b13d051612e989a02a36f8b9176e
treecf6fa4181fda30087e607a62ce60414386ca4ac9
parenteb745e3b95a79bdad98aaa9c4e753145f995c313
tests: avoid false failure on systems without statx

* tests/ls/stat-free-symlinks.sh: Filter out syscalls that
return ENOSYS, as that was seen with statx() on Debian 10.13
on mips64, and resulted in overcounting of stat calls.
tests/ls/stat-free-color.sh
tests/ls/stat-free-symlinks.sh