mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +08:00
test: Fix runc error message
Signed-off-by: Ricardo Branco <rbranco@suse.de>
This commit is contained in:
@ -1665,7 +1665,7 @@ search | $IMAGE |
|
||||
runtime=$(podman_runtime)
|
||||
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' ;;
|
||||
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'" ;;
|
||||
esac
|
||||
|
||||
|
Reference in New Issue
Block a user