mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #3561 from kolyshkin/ci-codespell-2.2
ci: fix for codespell 2.2
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
||||
[codespell]
|
||||
skip = ./vendor,./.git
|
||||
ignore-words-list = clos,creat
|
||||
skip = ./vendor,./.git,./go.sum
|
||||
ignore-words-list = clos,creat,ro,complies
|
||||
|
||||
@@ -35,7 +35,7 @@ function setup() {
|
||||
[ "$output" = "nobody" ] # /sys/fs/cgroup owned by unmapped user
|
||||
}
|
||||
|
||||
@test "runc exec (cgroup v2, rw cgroupfs, inh cgroupns) does not chown cgroup" {
|
||||
@test "runc exec (cgroup v2, rw cgroupfs, inherit cgroupns) does not chown cgroup" {
|
||||
set_cgroup_mount_writable
|
||||
|
||||
# inherit cgroup namespace (remove cgroup from namespaces list)
|
||||
|
||||
Reference in New Issue
Block a user