mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-12 09:46:25 +08:00
tests/int/update.bats: fix extra reqs
This test requires both rootless and root, which does not make sense.
Remove the rootless part.
Fixes: d41a273da
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -627,8 +627,6 @@ EOF
|
||||
}
|
||||
|
||||
@test "update devices [minimal transition rules]" {
|
||||
[[ "$ROOTLESS" -ne 0 ]] && requires rootless_cgroup
|
||||
|
||||
requires root
|
||||
|
||||
# Run a basic shell script that tries to read from /dev/kmsg, but
|
||||
|
||||
Reference in New Issue
Block a user