Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix verify step for sudo to be more robust to outside config changes.
test-kitchen was setting sudo_command to "sudo -E" which conflicts with us trying to run `sudo -v`. This bypasses `run` entirely and just runs `sudo -v` as-is. It would be nice if we could use `sudo_command`, but we'd have to sanitize it if that were the case. Signed-off-by: Ryan Davis <[email protected]>
- Loading branch information