mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
sysfs should be mounted rw for privileged
sysfs should be mounted rw for a privileged container. Signed-off-by: baude <bbaude@redhat.com> Closes: #279 Approved by: rhatdan
This commit is contained in:
@ -45,7 +45,7 @@ var _ = Describe("Podman rm", func() {
|
||||
|
||||
result := podmanTest.Podman([]string{"rm", cid})
|
||||
result.WaitWithDefaultTimeout()
|
||||
Expect(result.ExitCode()).To(Not(Equal(0)))
|
||||
Expect(result.ExitCode()).To(Equal(125))
|
||||
})
|
||||
|
||||
It("podman rm created container", func() {
|
||||
|
Reference in New Issue
Block a user