mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
80c595ba3d
This fixes `nginx_conf.params` when: - Given an empty file - Given a file with only comments - Given a file that has an include for a file that: - Is empty - Has all lines commented out This also fixes a test where a missing file is actually empty Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
4 lines
128 B
Text
4 lines
128 B
Text
/etc/nginx/conf.d/comments_only.conf
|
|
/etc/nginx/conf.d/empty.conf
|
|
/etc/nginx/conf.d/foobar.conf
|
|
/etc/nginx/conf.d/multiple.conf
|