diff options
| author | John Howard <jhoward@microsoft.com> | 2015-08-28 10:36:42 -0700 |
|---|---|---|
| committer | John Howard <jhoward@microsoft.com> | 2015-09-04 12:32:40 -0700 |
| commit | f9a3558a9d75ed6a2f9f1b2d80800226afaa74a5 (patch) | |
| tree | e2492eee4cadf46c08e3216ef86c48ec58e4e706 /integration-cli/docker_cli_help_test.go | |
| parent | bc915d0856edc10baf9c884bb2abbedadf51a573 (diff) | |
| download | docker-f9a3558a9d75ed6a2f9f1b2d80800226afaa74a5.tar.gz | |
Windows: Get Integration CLI running
Signed-off-by: John Howard <jhoward@microsoft.com>
Diffstat (limited to 'integration-cli/docker_cli_help_test.go')
| -rw-r--r-- | integration-cli/docker_cli_help_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/integration-cli/docker_cli_help_test.go b/integration-cli/docker_cli_help_test.go index f6a6f96db6..517150e162 100644 --- a/integration-cli/docker_cli_help_test.go +++ b/integration-cli/docker_cli_help_test.go @@ -12,6 +12,7 @@ import ( ) func (s *DockerSuite) TestHelpTextVerify(c *check.C) { + testRequires(c, DaemonIsLinux) // Make sure main help text fits within 80 chars and that // on non-windows system we use ~ when possible (to shorten things). // Test for HOME set to its default value and set to "/" on linux @@ -251,6 +252,7 @@ func (s *DockerSuite) TestHelpTextVerify(c *check.C) { } func (s *DockerSuite) TestHelpExitCodesHelpOutput(c *check.C) { + testRequires(c, DaemonIsLinux) // Test to make sure the exit code and output (stdout vs stderr) of // various good and bad cases are what we expect |
