mirror of
https://github.com/docker/cli.git
synced 2026-09-08 10:05:45 -05:00
Use `env -i` to very explicitly control exactly which environment variables leak into our tests. This enforces a clean separation of "build environment knobs" versus "test suite knobs". This also includes a minor tweak to how we handle starting our integration daemon, especially to catch failure to start sooner than failing tests. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: ed345fb18ee9d003f30884b696628b75380a426a Component: engine