]> git.k1024.org Git - pyxattr.git/commit
Skip user symlink test on MacOSX
authorIustin Pop <iustin@k1024.org>
Sat, 5 Jun 2021 02:53:43 +0000 (04:53 +0200)
committerIustin Pop <iustin@k1024.org>
Sat, 5 Jun 2021 02:54:47 +0000 (04:54 +0200)
commit33b5939102e85ffaee0504d9d46edff3023631e3
treedb5618366d5b92275d015aad1fc39de0b8dc079f
parent993b8d197810e743a398c0402ec282feab3fb4ff
Skip user symlink test on MacOSX

Apparently MacOS doesn't have the same limitation (feature?) as Linux
of preventing regular users from settings xattrs on symlinks, so let's
skip this test on it (MacOS).
tests/test_xattr.py