From e56f40ca1336a03fe6c13d34ef38247263a41dd0 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Fri, 20 Oct 2023 12:47:28 -0700 Subject: [PATCH] tests/int: fix "runc run (hugetlb limits)" Recent commit 4a7d3ae5cd had a bug. 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 8daf7420d0f..790108ba0b4 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -243,7 +243,7 @@ convert_hugetlb_size() { [ "$status" -eq 0 ] lim="max" - [ -v CGROUP_V1 ] && lim=".limit_in_bytes" + [ -v CGROUP_V1 ] && lim="limit_in_bytes" optional=("") # Add rsvd, if available.