aboutsummaryrefslogtreecommitdiff
path: root/libpod/test_common.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-01-18 15:23:53 -0500
committerGitHub <noreply@github.com>2018-01-18 15:23:53 -0500
commitf773605821990db4358d3b6f37479b5ea094b6e9 (patch)
tree0d932cf3e33e5996f02b40ddd6e1b01b0c6f87de /libpod/test_common.go
parent858116f648a06a0f4df829bc1e78b46a5e609b57 (diff)
parentae2ffc31d3a8d37419d05aab2f0d36841fae3974 (diff)
downloadpodman-f773605821990db4358d3b6f37479b5ea094b6e9.tar.gz
podman-f773605821990db4358d3b6f37479b5ea094b6e9.tar.bz2
podman-f773605821990db4358d3b6f37479b5ea094b6e9.zip
Merge pull request #240 from mheon/refactor_container
Refactor container.go
Diffstat (limited to 'libpod/test_common.go')
-rw-r--r--libpod/test_common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/test_common.go b/libpod/test_common.go
index 29461c12c..131a44d0f 100644
--- a/libpod/test_common.go
+++ b/libpod/test_common.go
@@ -47,7 +47,7 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
},
},
},
- state: &containerRuntimeInfo{
+ state: &containerState{
State: ContainerStateRunning,
ConfigPath: "/does/not/exist/specs/" + id,
RunDir: "/does/not/exist/tmp/",