tests: fix false failure on systems that can chmod symlinks
commit4cb2742d70f4160d6a8219d8f3962260fbfc15d8
authorPádraig Brady <P@draigBrady.com>
Mon, 25 Mar 2024 12:12:19 +0000 (25 12:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 25 Mar 2024 12:12:19 +0000 (25 12:12 +0000)
tree5e44027c11e63e4822f5834c4d814b95d2c5e00d
parent26fd96a96c6c84fbbcfe0919c34ac56511949cb3
tests: fix false failure on systems that can chmod symlinks

* tests/chmod/symlinks.sh: The count of adjusted modes was
one more on systems where symlink modes can be adjusted.
Therefore only include the non symlinks in the count.
tests/chmod/symlinks.sh