mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +08:00
Merge pull request #15345 from edsantiago/runc_fix
system tests: fix broken runc test
This commit is contained in:
@ -212,7 +212,7 @@ function check_label() {
|
|||||||
# https://github.com/opencontainers/selinux/pull/148/commits/a5dc47f74c56922d58ead05d1fdcc5f7f52d5f4e
|
# https://github.com/opencontainers/selinux/pull/148/commits/a5dc47f74c56922d58ead05d1fdcc5f7f52d5f4e
|
||||||
# from failed to set /proc/self/attr/keycreate on procfs
|
# from failed to set /proc/self/attr/keycreate on procfs
|
||||||
# to write /proc/self/attr/keycreate: invalid argument
|
# to write /proc/self/attr/keycreate: invalid argument
|
||||||
runc) expect="OCI runtime error: .*: \(failed to set|write\) /proc/self/attr/keycreate" ;;
|
runc) expect="OCI runtime error: .*: \(failed to set\|write\) /proc/self/attr/keycreate.*" ;;
|
||||||
*) skip "Unknown runtime '$runtime'";;
|
*) skip "Unknown runtime '$runtime'";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user