mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
swap cat by top to prevent 2 warnings
This commit is contained in:
parent
e661473bcd
commit
0e021ed470
1 changed files with 2 additions and 2 deletions
|
@ -731,7 +731,7 @@ func TestPostContainersRestart(t *testing.T) {
|
|||
container, err := runtime.Create(
|
||||
&Config{
|
||||
Image: GetTestImage(runtime).ID,
|
||||
Cmd: []string{"/bin/cat"},
|
||||
Cmd: []string{"/bin/top"},
|
||||
OpenStdin: true,
|
||||
},
|
||||
)
|
||||
|
@ -837,7 +837,7 @@ func TestPostContainersStop(t *testing.T) {
|
|||
container, err := runtime.Create(
|
||||
&Config{
|
||||
Image: GetTestImage(runtime).ID,
|
||||
Cmd: []string{"/bin/cat"},
|
||||
Cmd: []string{"/bin/top"},
|
||||
OpenStdin: true,
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue