mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
*: fix codespell lint errors
For some reason, codespell started flagging older spelling issues in CI despite being locked to a particular version. In any case, this fixes them (as well as ones picked up by codespell v2.4, just in case). Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -217,7 +217,7 @@ function teardown() {
|
||||
# Also create a network namespace that *is not owned* by the above userns.
|
||||
# NOTE: Having no permissions in a namespaces makes it necessary to modify
|
||||
# the config so that we don't get mount errors (for reference: no netns
|
||||
# permissions == no sysfs mounts, no pidns permissoins == no procfs mounts,
|
||||
# permissions == no sysfs mounts, no pidns permissions == no procfs mounts,
|
||||
# no utsns permissions == no sethostname(2), no ipc permissions == no
|
||||
# mqueue mounts, etc).
|
||||
netns_path="$(mktemp "$BATS_RUN_TMPDIR/netns.XXXXXX")"
|
||||
|
||||
Reference in New Issue
Block a user