mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
Fixed broken unit test after merge
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user