Update filesystem_test.py

This commit is contained in:
Adrien Ferrand 2019-05-24 19:43:24 +02:00 committed by GitHub
parent d977472d82
commit 869ece540c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ class WindowsChmodTests(TempDirTestCase):
dacl = _get_security_dacl(probe_path).GetSecurityDescriptorDacl()
self.assertTrue([dacl.GetAce(index) for index in range(0, dacl.GetAceCount())
if dacl.GetAce(index)[2] == all])
if dacl.GetAce(index)[2] == everybody])
def test_group_permissions_noop(self):
probe_path = _create_probe(self.tempdir)