mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #7822 from edsantiago/bats
Gating-test fix: deal with new crun error msg
This commit is contained in:
@ -14,7 +14,7 @@ load helpers
|
||||
# ...but check the configured runtime engine, and switch to crun as needed
|
||||
run_podman info --format '{{ .Host.OCIRuntime.Path }}'
|
||||
if expr "$output" : ".*/crun"; then
|
||||
err_no_such_cmd="Error: executable file not found in \$PATH: No such file or directory: OCI runtime command not found error"
|
||||
err_no_such_cmd="Error: executable file.* not found in \$PATH: No such file or directory: OCI runtime command not found error"
|
||||
err_no_exec_dir="Error: open executable: Operation not permitted: OCI runtime permission denied error"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user