Fix the documentation and integration test for container resize

Closes #8728

Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
Upstream-commit: 91fb9b2f5a07232cecfcde38a98c3ec6410239b7
Component: engine
This commit is contained in:
Srini Brahmaroutu
2014-10-24 04:27:09 +00:00
parent 89f15328f3
commit 884eb7da74
4 changed files with 6 additions and 28 deletions

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)