Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed `TestSandboxCreationFromConfigRollbackFromCreateSandbox` which requires that the hypervisor does not exist. Unfortunately, it does exist (as a fake test binary), but isn't executable meaning although the test failed (since an error is expected), rather than the expected `ENOENT` error, the test was logging a message similar to the following since the fake hypervisor exists with non-executable permissions: ``` Unable to launch /tmp/vc-tmp-526112270/hypervisor: fork/exec /tmp/vc-tmp-526112270/hypervisor: permission denied ``` Fixes: kata-containers#1835. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
- Loading branch information