On Fri, Jan 17, 2014 at 08:12:28PM +0100, David Suárez wrote: > > FAILURE: test_lgetxattr (vfs_local_tests.XAttrTests) > > Traceback (most recent call last): > > File "./obnamlib/vfs_local_tests.py", line 74, in test_lgetxattr > > self.assertEqual(_obnam.lgetxattr(self.filename, "user.hello"), "world") > > AssertionError: 95 != 'world' > > > > FAILURE: test_lsetxattr (vfs_local_tests.XAttrTests) > > Traceback (most recent call last): > > File "./obnamlib/vfs_local_tests.py", line 69, in test_lsetxattr > > ["user.hello", "user.key"]) > > AssertionError: Lists differ: [''] != ['user.hello', 'user.key']
Right, this is because the filesystem used by the builds for $TMPDIR doesn't support user xattrs. I've fixed the code to skip these tests in that circumstance. Thank you for reporting this! -- http://www.cafepress.com/trunktees -- geeky funny T-shirts http://gtdfh.branchable.com/ -- GTD for hackers -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org