mirror of https://github.com/docker/docs.git
Fixed broken unit test after merge
This commit is contained in:
parent
2cb444248d
commit
d802a31be5
|
@ -59,10 +59,6 @@ func createContainer(id string, root string, command string, args []string, laye
|
|||
stdoutLog: new(bytes.Buffer),
|
||||
stderrLog: new(bytes.Buffer),
|
||||
}
|
||||
if err := container.Filesystem.createMountPoints(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
container.stdout.AddWriter(NopWriteCloser(container.stdoutLog))
|
||||
container.stderr.AddWriter(NopWriteCloser(container.stderrLog))
|
||||
|
||||
|
|
Loading…
Reference in New Issue