[libc++][AIX] AIX allows for changing permissions of symlinks
authorZarko Todorovski <zarko@ca.ibm.com>
Mon, 21 Mar 2022 18:38:29 +0000 (14:38 -0400)
committerZarko Todorovski <zarko@ca.ibm.com>
Mon, 21 Mar 2022 18:39:37 +0000 (14:39 -0400)
commit0f0520003af4e949d780996948d14c2d0b77a022
treecc1d369e8269dbcd31194d6880b2b1cf16b67188
parent8a67c6ee7c15e270587c6aae7eb7029cd83f038e
[libc++][AIX] AIX allows for changing permissions of symlinks

The test fails on AIX due to it expecting an error as on Linux. However, as on
other non-Linux systems symlinks permissions are supported so expect an empty
error code.

Reviewed By: daltenty, #libc, ldionne

Differential Revision: https://reviews.llvm.org/D121140
libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp