inspec/test/unit/mock/profiles/{{special-path}}/README.md
Jerry Aldrich III 125e0915b2 Modify DirProvider to allow special characters (#2174)
This modifies `Inspec::DirProvider` to allow special characters in the
file glob by escaping those characters via `Shellwords.shellescape`.

This fixes #2111 (`inspec check` on path with special characters)

Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2017-09-23 09:16:25 +02:00

169 B

Profile with Special Characters in Path

This is used to test inspec check on a path containing special characters. See: https://github.com/chef/inspec/issues/2111