mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update the tests according to the "optional raw mode" changes
This commit is contained in:
parent
f73401fb9a
commit
e9a68801ba
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func TestRunExit(t *testing.T) {
|
||||||
stdout, stdoutPipe := io.Pipe()
|
stdout, stdoutPipe := io.Pipe()
|
||||||
c1 := make(chan struct{})
|
c1 := make(chan struct{})
|
||||||
go func() {
|
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)
|
close(c1)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue