mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Update moby to runc and oci 1.0 runtime final rc
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -281,5 +281,5 @@ 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\r\nerr\r\n"})
|
||||
c.Assert(result, icmd.Matches, icmd.Expected{Out: "out\nerr\n"})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user