moby--moby/cmd/docker
Aleksa Sarai dd7159060f
cmd: docker: fix TestDaemonCommand
In more recent versions of Cobra, `--help` parsing is done before
anything else resulting in TestDaemonCommand not actually passing. I'm
actually unsure if this test ever passed since it appears that !daemon
is not being run as part of the test suite.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2017-03-05 15:26:49 +11:00
..
daemon_none.go cmd: docker: fix TestDaemonCommand 2017-03-05 15:26:49 +11:00
daemon_none_test.go cmd: docker: fix TestDaemonCommand 2017-03-05 15:26:49 +11:00
daemon_unit_test.go
daemon_unix.go
docker.go Additional experimental features in non-experimental mode error handling 2017-02-10 17:05:10 -08:00
docker_test.go Move debug functions to cli/debug package 2016-12-12 09:33:58 +01:00
docker_windows.go