Fix typo breaking tests

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon 2018-08-10 15:35:09 -04:00
parent ab4f190f41
commit f77906932b
1 changed files with 1 additions and 1 deletions

View File

@ -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"