Skip to content

Commit

Permalink
Merge pull request #17347 from sstosh/system-nonexistent-labels
Browse files Browse the repository at this point in the history
system tests: fix noexistent labels test in the remote
  • Loading branch information
openshift-merge-robot authored Feb 3, 2023
2 parents 0110014 + 3ce07b5 commit 51dd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/410-selinux.bats
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function check_label() {
# https://github.com/opencontainers/selinux/pull/148/commits/a5dc47f74c56922d58ead05d1fdcc5f7f52d5f4e
# from failed to set /proc/self/attr/keycreate on procfs
# to write /proc/self/attr/keycreate: invalid argument
runc) expect="OCI runtime error: .*: \(failed to set\|write\) /proc/self/attr/keycreate.*" ;;
runc) expect=".*: \(failed to set\|write\) /proc/self/attr/keycreate.*" ;;
*) skip "Unknown runtime '$runtime'";;
esac

Expand Down

0 comments on commit 51dd01c

Please sign in to comment.