aboutsummaryrefslogtreecommitdiff
path: root/libpod/common_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-21 13:25:59 -0500
committerGitHub <noreply@github.com>2020-02-21 13:25:59 -0500
commit75ea3b67c6a5c3b6a3e4b7f5ae173c09c8e9c2d5 (patch)
tree57279aee8328f9d7fc423fbecc8131e4f3cec648 /libpod/common_test.go
parent5bdf5aeb71981a4951c039b1c795b24ca31ca705 (diff)
parente3a549b7b1191a1667373cf60f8d08b96bbce7ba (diff)
downloadpodman-75ea3b67c6a5c3b6a3e4b7f5ae173c09c8e9c2d5.tar.gz
podman-75ea3b67c6a5c3b6a3e4b7f5ae173c09c8e9c2d5.tar.bz2
podman-75ea3b67c6a5c3b6a3e4b7f5ae173c09c8e9c2d5.zip
Merge pull request #5213 from mheon/remove_db_imagevol
Remove ImageVolumes from database
Diffstat (limited to 'libpod/common_test.go')
-rw-r--r--libpod/common_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/common_test.go b/libpod/common_test.go
index 83b162c8a..63ea4f41b 100644
--- a/libpod/common_test.go
+++ b/libpod/common_test.go
@@ -23,7 +23,6 @@ func getTestContainer(id, name string, manager lock.Manager) (*Container, error)
Name: name,
RootfsImageID: id,
RootfsImageName: "testimg",
- ImageVolumes: true,
StaticDir: "/does/not/exist/",
LogPath: "/does/not/exist/",
Stdin: true,