moby--moby/internal
Sebastiaan van Stijn b84bff7f8a
Fix: plugin-tests discarding current environment
By default, exec uses the environment of the current process, however,
if `exec.Env` is not `nil`, the environment is discarded:

e73f489494/src/os/exec/exec.go (L57-L60)

> If Env is nil, the new process uses the current process's environment.

When adding a new environment variable, prepend the current environment,
to make sure it is not discarded.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-12 13:06:25 +01:00
..
procfs Add a way to get a pid of a process 2018-07-26 11:17:46 -07:00
test Fix: plugin-tests discarding current environment 2019-01-12 13:06:25 +01:00
testutil Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00