mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Update certbot/tests/compat/filesystem_test.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
be0c3e1faf
commit
0a8005ec10
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class WindowsChmodTests(TempDirTestCase):
|
|||
^ 512))
|
||||
|
||||
def _test_flag(self, everyone_mode, windows_flag):
|
||||
# Note that flag are tested again `everyone`, not `user`, because practically these unit
|
||||
# Note that flag is tested against `everyone`, not `user`, because practically these unit
|
||||
# tests are executed with admin privilege, so current user is effectively the admins group,
|
||||
# and so will always have all rights.
|
||||
import win32security # pylint: disable=import-error
|
||||
|
|
|
|||
Loading…
Reference in a new issue