mirror of
https://github.com/containers/podman.git
synced 2025-06-28 06:18:57 +08:00
@ -159,7 +159,7 @@ var _ = Describe("Podman run with volumes", func() {
|
|||||||
Expect(err).ToNot(HaveOccurred(), "os.Create(testfile)")
|
Expect(err).ToNot(HaveOccurred(), "os.Create(testfile)")
|
||||||
f.Close()
|
f.Close()
|
||||||
Expect(err).ToNot(HaveOccurred())
|
Expect(err).ToNot(HaveOccurred())
|
||||||
session := podmanTest.Podman([]string{"run", "-v", fmt.Sprintf("%s:/data", mountPath), REDIS_IMAGE, "ls", "/data/test1"})
|
session := podmanTest.Podman([]string{"run", "-v", fmt.Sprintf("%s:/data:Z", mountPath), REDIS_IMAGE, "ls", "/data/test1"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user