Fixed broken unit test after merge
This commit is contained in:
parent
2cb444248d
commit
d802a31be5
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue