tests/int: fix "runc run (hugetlb limits)"

Recent commit 4a7d3ae5cd had a bug (extra period).

Fixes: 4a7d3ae5cd
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-10-20 12:47:28 -07:00
parent 37ad02b601
commit bbf8eff818
+1 -1
View File
@@ -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.