Skip to content

Commit

Permalink
Further fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
  • Loading branch information
mheon committed Aug 11, 2018
1 parent 9c42e84 commit a9b73ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/libpod_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9b73ab

Please sign in to comment.