diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-11 09:46:48 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-11 09:46:48 -0400 |
commit | a9b73abf8fcfdcbd9c767987ab5b24089332d004 (patch) | |
tree | 32487d847f2f2ccb06562de3fa6da0c165ce5e20 | |
parent | 9c42e84173a3cc8c957b430259c0303275b34e58 (diff) | |
download | podman-a9b73abf8fcfdcbd9c767987ab5b24089332d004.tar.gz podman-a9b73abf8fcfdcbd9c767987ab5b24089332d004.tar.bz2 podman-a9b73abf8fcfdcbd9c767987ab5b24089332d004.zip |
Further fix tests
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | test/e2e/libpod_suite_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go index e8f206a51..1b0c16e4a 100644 --- a/test/e2e/libpod_suite_test.go +++ b/test/e2e/libpod_suite_test.go @@ -162,7 +162,7 @@ func PodmanCreate(tempDir string) PodmanTest { SignaturePolicyPath: filepath.Join(INTEGRATION_ROOT, "test/policy.json"), ArtifactPath: ARTIFACT_DIR, TempDir: tempDir, - CgroupManager: CGROUP_MANAGER, + CgroupManager: cgroupManager, } // Setup registries.conf ENV variable |