]> git.k1024.org Git - pyxattr.git/commit
Tests: fix symlink testing
authorIustin Pop <iustin@k1024.org>
Tue, 24 Jul 2018 21:20:53 +0000 (23:20 +0200)
committerIustin Pop <iustin@k1024.org>
Tue, 24 Jul 2018 21:20:53 +0000 (23:20 +0200)
commitabaf5cf55cf2db8314399a92263017dc3b80870b
tree3aedcea37d9f4aeef687d2d4530875ee370e6963
parent477353bdce63904c35a050b1b5920a9013bd7106
Tests: fix symlink testing

On Linux, non-root users are not allowed to set extended attributes,
so normal testing has hidden this. A fix to the Mac OS support
proposed in #14 uncovered this problem, which led to investigation and
this fix.

Manual testing on Linux with root and namespace=trusted now passes the
tests.
test/test_xattr.py