我想检查是否在 Windows %PATH%环境变量中添加了路径,使用 Chef 中的 InSpec 测试。我无法在网上找到任何提示。
describe command('echo %PATH%') do
its('stdout') { should match /C:\SoftwareX\bin/ }
end
它不工作。感谢任何帮助!
我想检查是否在 Windows %PATH%环境变量中添加了路径,使用 Chef 中的 InSpec 测试。我无法在网上找到任何提示。
describe command('echo %PATH%') do
its('stdout') { should match /C:\SoftwareX\bin/ }
end
它不工作。感谢任何帮助!