Fix the documentation and integration test for container resize

Closes #8728

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
Srini Brahmaroutu
2014-11-17 18:38:08 +00:00
parent 34cb92e2d4
commit 91fb9b2f5a
4 changed files with 6 additions and 28 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
func TestResizeApiResponse(t *testing.T) {
runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "true")
runCmd := exec.Command(dockerBinary, "run", "-d", "busybox", "top")
out, _, err := runCommandWithOutput(runCmd)
if err != nil {
t.Fatalf(out, err)