test.patch revision 2757
2757N/A--- a/xattr/tests/test_xattr.py Mon Mar 3 10:12:24 2014
2757N/A+++ b/xattr/tests/test_xattr.py Wed Mar 26 16:29:24 2014
2757N/A- self.assertEqual(dict(x), {})
2757N/A+ if sys.platform == 'sunos5' and 'SUNWattr_ro' in x:
2757N/A+ self.assertEqual(dict(x), d)
2757N/A x['user.sopal'] = b'foo'
2757N/A x['user.sop.foo'] = b'bar'
2757N/A+ if sys.platform == 'sunos5':
2757N/A symlinkPath = self.tempfilename + '.link'