mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Removes errant articles (#2775)
Signed-off-by: kagarmoe <kgarmoe@chef.io>
This commit is contained in:
parent
fad22481b8
commit
77ee77c557
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ not
|
|||
|
||||
{ should cmp '644' }
|
||||
|
||||
Without the zero prefix for the octal value, the InSpec will interpret the it as the _decimal_ value 644, which is octal 1024 or `-----w-r-T`, and any test for a file that is `-rw-r--r--` will fail.
|
||||
Without the zero prefix for the octal value, InSpec will interpret it as the _decimal_ value 644, which is octal 1024 or `-----w-r-T`, and any test for a file that is `-rw-r--r--` will fail.
|
||||
|
||||
### mtime
|
||||
|
||||
|
|
Loading…
Reference in a new issue