diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:49:14 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:49:14 -0500 |
commit | 49378c055ad677505a358b4e0572ec235dbde6e4 (patch) | |
tree | 568759fb6b83f9cfa9d2c2b1c6c75883be751454 /libpod/test_common.go | |
parent | 4f2bf5ba1c27d686c0405e008a07d642d5a1e510 (diff) | |
download | podman-49378c055ad677505a358b4e0572ec235dbde6e4.tar.gz podman-49378c055ad677505a358b4e0572ec235dbde6e4.tar.bz2 podman-49378c055ad677505a358b4e0572ec235dbde6e4.zip |
Rename containerRuntimeInfo to containerState for clarity
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
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/", |