mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Update the tests according to the "optional raw mode" changes
Upstream-commit: e9a68801ba4c47581d7741989700a35521c389c4 Component: engine
This commit is contained in:
@@ -105,7 +105,7 @@ func TestRunExit(t *testing.T) {
|
||||
stdout, stdoutPipe := io.Pipe()
|
||||
c1 := make(chan struct{})
|
||||
go func() {
|
||||
srv.CmdRun(stdin, stdoutPipe, "-i", GetTestImage(runtime).Id, "/bin/cat")
|
||||
srv.CmdRun(stdin, rcli.NewDockerLocalConn(stdoutPipe), "-i", GetTestImage(runtime).Id, "/bin/cat")
|
||||
close(c1)
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user