]> granicus.if.org Git - python/commit
sort os.listxattr results before comparing it to avoid depending on the
authorGregory P. Smith <greg@krypto.org>
Fri, 17 Jan 2014 20:01:22 +0000 (12:01 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 17 Jan 2014 20:01:22 +0000 (12:01 -0800)
commit1093bf2c7fd070eaed7314456c0c06703f6f0f39
tree10b5ecdefca50e36ac42071fb7c302e84ddb4946
parenteb14deca15673b77deb6f5d6dc54d3dd6a4cfb99
sort os.listxattr results before comparing it to avoid depending on the
ordering of the directory information in the underlying filesystem.
Lib/test/test_shutil.py