diff options
| author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-18 15:23:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-18 15:23:53 -0500 |
| commit | f773605821990db4358d3b6f37479b5ea094b6e9 (patch) | |
| tree | 0d932cf3e33e5996f02b40ddd6e1b01b0c6f87de /libpod/test_common.go | |
| parent | 858116f648a06a0f4df829bc1e78b46a5e609b57 (diff) | |
| parent | ae2ffc31d3a8d37419d05aab2f0d36841fae3974 (diff) | |
| download | podman-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.go | 2 |
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/", |
