Fix ineffassign linting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: ddd8a6572d36a6d0db2aa21d697018f419a7b424 Component: engine
This commit is contained in:
@ -46,8 +46,7 @@ func (s *DockerSuite) TestCommitPausedContainer(c *check.C) {
|
||||
cleanedContainerID := strings.TrimSpace(out)
|
||||
|
||||
dockerCmd(c, "pause", cleanedContainerID)
|
||||
|
||||
out, _ = dockerCmd(c, "commit", cleanedContainerID)
|
||||
dockerCmd(c, "commit", cleanedContainerID)
|
||||
|
||||
out = inspectField(c, cleanedContainerID, "State.Paused")
|
||||
// commit should not unpause a paused container
|
||||
|
||||
Reference in New Issue
Block a user