mirror of https://github.com/containers/podman.git
Fix typo breaking tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
parent
ab4f190f41
commit
f77906932b
|
|
@ -145,7 +145,7 @@ func PodmanCreate(tempDir string) PodmanTest {
|
|||
}
|
||||
cgroupManager := CGROUP_MANAGER
|
||||
if os.Getenv("CGROUP_MANAGER") != "" {
|
||||
storageOptions = os.Getenv("CGROUP_MANAGER")
|
||||
cgroupManager = os.Getenv("CGROUP_MANAGER")
|
||||
}
|
||||
|
||||
runCBinary := "/usr/bin/runc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue