mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Update filesystem_test.py
This commit is contained in:
parent
d977472d82
commit
869ece540c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue