mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
@@ -1537,7 +1537,7 @@ USER mail`, BB)
|
||||
session := podmanTest.Podman([]string{"run", "--tz", badTZFile, "--rm", ALPINE, "date"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).To(ExitWithError())
|
||||
Expect(session.ErrorToString()).To(ContainSubstring("error finding timezone for container"))
|
||||
Expect(session.ErrorToString()).To(ContainSubstring("finding timezone for container"))
|
||||
|
||||
err = os.Remove(tzFile)
|
||||
Expect(err).To(BeNil())
|
||||
|
||||
Reference in New Issue
Block a user