Merge pull request #13768 from jfrazelle/fix-lxc-again-bleh

fix lxc build
This commit is contained in:
Alexander Morozov
2015-06-05 10:27:58 -07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ func (s *DockerSuite) TestRunEchoStdoutWithMemoryLimit(c *check.C) {
// should run without memory swap
func (s *DockerSuite) TestRunWithoutMemoryswapLimit(c *check.C) {
testRequires(c, NativeExecDriver)
runCmd := exec.Command(dockerBinary, "run", "-m", "16m", "--memory-swap", "-1", "busybox", "true")
out, _, err := runCommandWithOutput(runCmd)
if err != nil {