mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-26 16:44:03 +00: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