Files
runc/tests
Kir Kolyshkin 6210ceb856 tests/int: amend runc exec --env test
This tests checks that "runc exec --env VAR=VAR ..." actually appends
VAR=VAL to the exec's environment.

Add additional checks that:
 - process.env from config.json is also inherited;
 - HOME is set.

Those checks do not reveal any new issues.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2026-04-29 23:14:48 -07:00
..