mirror of
https://github.com/docker/cli.git
synced 2026-09-09 10:05:21 -05:00
Since "go test" doesn't seem to support "-installsuffix" as quite the same perfect solution that "go build" is happy to let it be, let's just switch those crappy old "integration/" tests to use our separate static dockerinit binary so we don't have to worry about compiling the entire test harness statically. 👍 Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: 232d59baeb13778abc242a602ca434d83e1eb6e8 Component: engine