mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
85d5fea468
Overloading $HELLO_BUNDLE with a second purpose of having an alternative runc root is confusing. Instead, let's create a temp directory in setup() and clean it up in teardown(). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>