mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
tests/int: fix "runc run (hugetlb limits)"
Recent commit4a7d3ae5cdhad a bug (extra period). Fixes:4a7d3ae5cdSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user