mirror of
https://github.com/containers/podman.git
synced 2025-12-10 07:42:12 +08:00
@@ -53,8 +53,8 @@ var _ = Describe("PodmanSession test", func() {
|
||||
})
|
||||
|
||||
It("Test LineInOutputStartsWith", func() {
|
||||
Expect(session.LineInOuputStartsWith("Podman")).To(BeTrue())
|
||||
Expect(session.LineInOuputStartsWith("Session")).To(Not(BeTrue()))
|
||||
Expect(session.LineInOutputStartsWith("Podman")).To(BeTrue())
|
||||
Expect(session.LineInOutputStartsWith("Session")).To(Not(BeTrue()))
|
||||
})
|
||||
|
||||
It("Test LineInOutputContains", func() {
|
||||
|
||||
Reference in New Issue
Block a user