dev-python/pyxattr: Ignore selinux xattrs by default

Bug: https://bugs.gentoo.org/503946
This commit is contained in:
Michał Górny
2018-04-24 17:59:56 +02:00
parent 8dbfb45817
commit d7c2a7c30c

View File

@@ -43,6 +43,8 @@ src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
local -x TEST_DIR=/var/tmp
# Ignore selinux attributes by default, bug #503946.
local -x TEST_IGNORE_XATTRS="security.selinux"
einfo 'Please note that the tests fail if xattrs are not supported'
einfo 'by the filesystem used for /var/tmp.'