소스 검색

Windows: Enable TestHelpExitCodesHelpOutput

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 년 전
부모
커밋
f93f692e51
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      integration-cli/docker_cli_help_test.go

+ 0 - 1
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