mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
swap cat by top to prevent 2 warnings
This commit is contained in:
+2
-2
@@ -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,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user