Merge pull request #70 from tiborvass/revert-tty-changes

Revert tty changes
This commit is contained in:
Andrew Hsu
2017-06-12 20:53:00 -07:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@ -287,7 +287,7 @@ func (s *DockerSwarmSuite) TestServiceLogsTTY(c *check.C) {
result = icmd.RunCmd(cmd)
// for some reason there is carriage return in the output. i think this is
// just expected.
c.Assert(result, icmd.Matches, icmd.Expected{Out: "out\nerr\n"})
c.Assert(result, icmd.Matches, icmd.Expected{Out: "out\r\nerr\r\n"})
}
func (s *DockerSwarmSuite) TestServiceLogsNoHangDeletedContainer(c *check.C) {