diff -r c02cd3066a7c -r 87236a3c36b4 components/python/xattr/patches/test.patch --- a/components/python/xattr/patches/test.patch Thu Mar 30 10:53:12 2017 -0700 +++ b/components/python/xattr/patches/test.patch Mon Apr 10 11:54:32 2017 -0700 @@ -29,8 +29,8 @@ + d['SUNWattr_ro'] = x['SUNWattr_ro'] + d['SUNWattr_rw'] = x['SUNWattr_rw'] + -+ self.assertEqual(x.keys(), d.keys()) -+ self.assertEqual(x.list(), d.keys()) ++ self.assertEqual(sorted(x.keys()), sorted(d.keys())) ++ self.assertEqual(sorted(x.list()), sorted(d.keys())) + self.assertEqual(dict(x), d) + x['user.sopal'] = b'foo'