mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Merge pull request #4360 from kclinden/patch-1
Fixed typo in umask example
This commit is contained in:
commit
02fafa9bed
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ The `name` matcher tests the value of `name` as read from `login.defs` versus th
|
|||
|
||||
### Test umask setting
|
||||
|
||||
describe login_def do
|
||||
describe login_defs do
|
||||
its('UMASK') { should eq '077' }
|
||||
its('PASS_MAX_DAYS') { should eq '90' }
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue