mirror of https://github.com/containers/podman.git
Merge pull request #25718 from ricardobranco777/runc
test: Fix runc error message
This commit is contained in:
commit
4f7b95de54
|
@ -1665,7 +1665,7 @@ search | $IMAGE |
|
||||||
runtime=$(podman_runtime)
|
runtime=$(podman_runtime)
|
||||||
case "$runtime" in
|
case "$runtime" in
|
||||||
crun) expect='\(executable file `` not found in $PATH\|cannot find `` in $PATH\): No such file or directory: OCI runtime attempted to invoke a command that was not found' ;;
|
crun) expect='\(executable file `` not found in $PATH\|cannot find `` in $PATH\): No such file or directory: OCI runtime attempted to invoke a command that was not found' ;;
|
||||||
runc) expect='runc: runc create failed: unable to start container process: exec: "": executable file not found in $PATH: OCI runtime attempted to invoke a command that was not found' ;;
|
runc) expect='runc: runc create failed: unable to start container process:.* exec: "": executable file not found in $PATH: OCI runtime attempted to invoke a command that was not found' ;;
|
||||||
*) skip "Unknown runtime '$runtime'" ;;
|
*) skip "Unknown runtime '$runtime'" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue