mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
root can still read the file and tests run as root
This commit is contained in:
parent
165621c166
commit
b19682a297
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def test__getgrall(etc_group):
|
|||
assert grall == expected_grall
|
||||
|
||||
|
||||
@pytest.mark.skip_if_root()
|
||||
def test__getgrall_permission_denied(etc_group):
|
||||
etc_group.chmod(0o000)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue