Merge pull request #4360 from kclinden/patch-1

Fixed typo in umask example
This commit is contained in:
Clinton Wolfe 2019-08-08 13:13:27 -04:00 committed by GitHub
commit 02fafa9bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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