]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix false failure on platforms using newfstatat
authorPádraig Brady <P@draigBrady.com>
Sat, 7 Dec 2013 15:00:06 +0000 (15:00 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 7 Dec 2013 19:29:01 +0000 (19:29 +0000)
commit970b2ddea2d47f3167f4166e646d414f235f04b1
tree0195a56c9e6711404706f76e761b10d8f2f9c68c
parent47a977ca99ad90f6fbe2efe84a17ac382a84ebf1
tests: fix false failure on platforms using newfstatat

* tests/ls/stat-free-color.sh: Add newfstatat to the list
of syscalls to trace.  Also add all "stat" syscalls to the
list of syscalls that we verify that strace supports.
Also only create a single dangling symlink to check, since
we already only check for a single "stat" call.
Fixes http://bugs.gnu.org/16075 seen on AArch64
tests/ls/stat-free-color.sh