Skip to content

Commit 4f7b95d

Browse files
Merge pull request #25718 from ricardobranco777/runc
test: Fix runc error message
2 parents d842b14 + 392a8f4 commit 4f7b95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/030-run.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ search | $IMAGE |
16651665
runtime=$(podman_runtime)
16661666
case "$runtime" in
16671667
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' ;;
1668-
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' ;;
1668+
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' ;;
16691669
*) skip "Unknown runtime '$runtime'" ;;
16701670
esac
16711671

0 commit comments

Comments
 (0)