Blame SOURCES/attr-2.4.44-tests.patch

40ba48
diff --git a/test/attr.test b/test/attr.test
40ba48
index d394562..e8f134c 100644
40ba48
--- a/test/attr.test
40ba48
+++ b/test/attr.test
40ba48
@@ -264,7 +264,7 @@ Tests for proper path recursion reported by Tony Ernst <tee@sgi.com> bnc#457660
40ba48
 	$ setfattr -n "user.9" 1/2/3
40ba48
 	$ setfattr -n "user.a" 1/2/3
40ba48
 
40ba48
-	$ getfattr -h -L -R -m '.' -e hex 1 | ./sort-getfattr-output
40ba48
+	$ getfattr -h -L -R -m '.' -e hex 1 | grep -v ^security\\.selinux | ./sort-getfattr-output
40ba48
 	> # file: 1
40ba48
 	> user.9
40ba48
 	> user.a
40ba48
@@ -278,7 +278,7 @@ Tests for proper path recursion reported by Tony Ernst <tee@sgi.com> bnc#457660
40ba48
 	> user.a
40ba48
 	>
40ba48
 
40ba48
-	$ getfattr -h -P -R -m '.' -e hex 1/2 | ./sort-getfattr-output
40ba48
+	$ getfattr -h -P -R -m '.' -e hex 1/2 | grep -v ^security\\.selinux | ./sort-getfattr-output
40ba48
 	> # file: 1/2
40ba48
 	> user.9
40ba48
 	> user.a