https://bugzilla.samba.org/show_bug.cgi?id=10357
--- Comment #11 from Michal Ruprich <mrupr...@redhat.com> --- I ran into a different problem with xattrs tests. It seems that the --fake-super option sets not only all the xattr like user.short, user.long etc. that are set in the test, but also it adds user.rsync.security.selinux="unconfined_u:object_r:user_home_t:s0" So when a diff is being run on the getfattr on original files and on the destination files, the xattrs are not the same and for each file there is a similar output in xattrs.txt produced by the diff: # file: foo/bar user.dir4="another dir test" user.dir5="one last one" +user.rsync.security.selinux="unconfined_u:object_r:user_home_t:s0" This makes both xattrs tests to fail. -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html