mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
These tests were using the default client, which would try to make a connection with the daemon (which isn't running). Some of these test subsequently had tests that depended on the result of that connection (i.e., "ping" result). This patch updates the test to use a dummy client, so that the ping result is predictable. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>