Merge pull request #11737 from duglin/FixTestOutput

TestBuildCancelationKillsSleep sends exec cmd to stdout
Upstream-commit: f08e9f44a9d27dfd3780e8c3d89b0236f7672688
Component: engine
This commit is contained in:
Alexander Morozov
2015-03-25 08:45:09 -07:00
@@ -2032,7 +2032,6 @@ func TestBuildCancelationKillsSleep(t *testing.T) {
buildCmd := exec.Command(dockerBinary, "build", "-t", name, ".")
buildCmd.Dir = ctx.Dir
buildCmd.Stdout = os.Stdout
err = buildCmd.Start()
if err != nil {