mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
Allow go template to work properly with inspect
Closes #11641 Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
This commit is contained in:
committed by
Srini Brahmaroutu
parent
eae272f90e
commit
231d362db7
@ -448,7 +448,7 @@ func (s *DockerSuite) TestInspectExecID(c *check.C) {
|
||||
if err != nil {
|
||||
c.Fatalf("failed to inspect container: %s, %v", out, err)
|
||||
}
|
||||
if out != "<no value>" {
|
||||
if out != "[]" {
|
||||
c.Fatalf("ExecIDs should be empty, got: %s", out)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user