1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Enable TestHelpExitCodesHelpOutput

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-08-30 15:05:02 -07:00
parent 73614f9f1e
commit f93f692e51

View file

@ -143,7 +143,6 @@ func (s *DockerSuite) TestHelpTextVerify(c *check.C) {
} }
func (s *DockerSuite) TestHelpExitCodesHelpOutput(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 // Test to make sure the exit code and output (stdout vs stderr) of
// various good and bad cases are what we expect // various good and bad cases are what we expect