mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +08:00
Remove mount options relatime from podman run --mount with shared
In some test env, mount with shared options is not included relatime in the mountinfo file. So remove this from the test case. Signed-off-by: Yiqiao Pu <ypu@redhat.com>
This commit is contained in:
@ -226,7 +226,6 @@ var _ = Describe("Podman run", func() {
|
||||
found, matches := session.GrepString("/run/test")
|
||||
Expect(found).Should(BeTrue())
|
||||
Expect(matches[0]).To(ContainSubstring("rw"))
|
||||
Expect(matches[0]).To(ContainSubstring("relatime"))
|
||||
Expect(matches[0]).To(ContainSubstring("shared"))
|
||||
|
||||
mountPath = filepath.Join(podmanTest.TempDir, "scratchpad")
|
||||
|
Reference in New Issue
Block a user