Browse Source

Merge pull request #26166 from Microsoft/jjh/testhelp

Windows: Enable TestHelpExitCodesHelpOutput
Tõnis Tiigi 8 năm trước cách đây
mục cha
commit
b26059a0ca
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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