DockerCLI/e2e/plugin
Sebastiaan van Stijn 6c4fbb7738
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-03-04 20:18:24 +01:00
..
basic Add more content trust tests 2018-03-19 10:02:40 +01:00
main_test.go Add more content trust tests 2018-03-19 10:02:40 +01:00
trust_test.go Fix: plugin-tests discarding current environment 2019-03-04 20:18:24 +01:00