mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Standardize on capatalized Cgroups
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -94,7 +94,7 @@ var _ = Describe("Podman cp", func() {
|
||||
|
||||
// Copy a file to the container, then back to the host in --pid=host
|
||||
It("podman cp --pid=host file", func() {
|
||||
SkipIfRootlessCgroupsV1("Not supported for rootless + CGroupsV1")
|
||||
SkipIfRootlessCgroupsV1("Not supported for rootless + CgroupsV1")
|
||||
srcFile, err := ioutil.TempFile("", "")
|
||||
Expect(err).To(BeNil())
|
||||
defer srcFile.Close()
|
||||
|
Reference in New Issue
Block a user