From f93f692e51f05481d9eb5163108d1eda36faf117 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 30 Aug 2016 15:05:02 -0700 Subject: [PATCH] Windows: Enable TestHelpExitCodesHelpOutput Signed-off-by: John Howard --- integration-cli/docker_cli_help_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/integration-cli/docker_cli_help_test.go b/integration-cli/docker_cli_help_test.go index d3fc98c627..e26f3536b2 100644 --- a/integration-cli/docker_cli_help_test.go +++ b/integration-cli/docker_cli_help_test.go @@ -143,7 +143,6 @@ 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