mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
6210ceb856
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>