From 92f3d1b22511fd54ab4efc2baa25e8ece6ca8935 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 17 Oct 2025 15:41:32 -0700 Subject: [PATCH] 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 --- tests/integration/cgroups.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index b21c0efc5..7c2129a6d 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -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" ]