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:
Kir Kolyshkin
2025-10-17 15:41:32 -07:00
parent b3a9f423b9
commit 92f3d1b225
+1 -1
View File
@@ -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" ]