inspec/test/helpers
Raimar Sandner fa2f2c2caa make command.exist? POSIX conform
With the current implementation, on a Linux system without bash
command.exist? always returns false. 'sh -c' is guaranteed to exist on a
POSIX-conform system [1] whereas 'bash -c' only works if bash is
actually installed.

[1] https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html

Obvious fix.
2020-01-19 00:05:33 +01:00
..
mock_loader.rb make command.exist? POSIX conform 2020-01-19 00:05:33 +01:00
resources.rb Fixed users resource when "Last password change" is "never". 2019-10-23 16:49:49 -07:00
simplecov_minitest.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00