From b99f7ab1cb805db8fd95422c9341a3fe93ddb120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 28 Jun 2014 20:52:51 +0200 Subject: [PATCH] Prevent test failure by ignoring selinux xattrs --- pyxattr.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyxattr.spec b/pyxattr.spec index 60f13be..287e677 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -59,6 +59,9 @@ popd %endif # with_python3 %check +# selinux in koji produces unexpected xattrs for tests +export TEST_IGNORE_XATTRS=security.selinux + %{__python2} setup.py test %if 0%{?with_python3}