mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Fix podman run --attach tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #608 Approved by: baude
This commit is contained in:
@ -310,7 +310,6 @@ var _ = Describe("Podman run", func() {
|
||||
It("podman run with attach stdout does not print stderr", func() {
|
||||
session := podmanTest.Podman([]string{"run", "--rm", "--attach", "stdout", ALPINE, "ls", "/doesnotexist"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
Expect(session.OutputToString()).To(Equal(""))
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user