inspec/test/unit
Dominik Richter ba149a9e1a bugfix: do not send nil to command on unsupported OS
Unsupported operating systems AND the mockloader when using inspec analysis tools may lead to powershell being called with the command being `nil`, because the resource skips during the initialize phase. Instead, propagate an empty string so that `command` has a valid input and then skip the resource.

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-05-30 12:36:32 -04:00
..
bundles Raise exception if profile target URL cannot be parsed 2017-05-26 14:30:37 -05:00
dependencies Bump lockfile version to 1.0 2016-09-26 09:51:04 +01:00
dsl add inspec.profile.file(...) for profile files 2017-05-03 20:39:27 +02:00
fetchers Change :shasum key to :sha256 for future upgrade 2016-09-21 10:51:04 +01:00
mock Fix installed? check for gem resource 2017-05-22 15:34:01 -05:00
plugins Remove some warnings during the test run 2016-09-09 14:14:36 +01:00
profiles throw an error during inspec check if the version is not correct 2017-05-18 09:13:37 -04:00
resources bugfix: do not send nil to command on unsupported OS 2017-05-30 12:36:32 -04:00
source_readers add inspec.profile.file(...) for profile files 2017-05-03 20:39:27 +02:00
utils rename SimpleConfig / parse_config / parse_config_file options 2017-04-26 23:18:40 +02:00
file_provider_test.rb add inspec.profile.file(...) for profile files 2017-05-03 20:39:27 +02:00
runner_test.rb Handle parse errors for attrs/secrets 2017-05-09 13:44:33 +02:00
shell_detector_test.rb Add inspec env command to configure shell tab-completion 2016-08-10 02:07:53 +01:00