inspec/test/unit/mock/profiles/{{special-path}}
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
..
controls Modify DirProvider to allow special characters (#2174) 2017-09-23 09:16:25 +02:00
inspec.yml Modify DirProvider to allow special characters (#2174) 2017-09-23 09:16:25 +02:00
README.md Modify DirProvider to allow special characters (#2174) 2017-09-23 09:16:25 +02:00

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