mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
tests/int/cgroups.bats: fix a wrong comment
This misleading comment is obviously a copy/paste from the previous
test. Fix it.
Fixes: dd696235
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -490,7 +490,7 @@ convert_hugetlb_size() {
|
||||
runc resume ct1
|
||||
) &
|
||||
|
||||
# Exec should not timeout or succeed.
|
||||
# Exec should succeed (once the container is resumed).
|
||||
runc exec --ignore-paused ct1 echo ok
|
||||
[ "$status" -eq 0 ]
|
||||
[ "$output" = "ok" ]
|
||||
|
||||
Reference in New Issue
Block a user