mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
@ -41,7 +41,7 @@ var _ = Describe("Podman Info", func() {
|
|||||||
})
|
})
|
||||||
It("podman system info json output", func() {
|
It("podman system info json output", func() {
|
||||||
session := podmanTest.Podman([]string{"system", "info", "--format=json"})
|
session := podmanTest.Podman([]string{"system", "info", "--format=json"})
|
||||||
session.Wait()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user