mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
precommit
This commit is contained in:
parent
8936d5b3f0
commit
d4ed08d8b2
1 changed files with 3 additions and 3 deletions
|
@ -136,9 +136,9 @@ def test_directory_children_only(file, tmp_path):
|
|||
children_only=True,
|
||||
)
|
||||
assert ret.result is True
|
||||
assert name.stat().st_mode is 0o0700
|
||||
assert strayfile.stat().st_mode is 0o0644
|
||||
assert straydir.stat().st_mode is 0o0755
|
||||
assert name.stat().st_mode == 0o0700
|
||||
assert strayfile.stat().st_mode == 0o0644
|
||||
assert straydir.stat().st_mode == 0o0755
|
||||
|
||||
|
||||
def test_directory_clean(file, tmp_path):
|
||||
|
|
Loading…
Add table
Reference in a new issue