diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-28 10:14:17 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-09 15:01:34 +0000 |
commit | 044139dca9acbcb662af31abcd3860e21b73d3ce (patch) | |
tree | a1af34113a9e0b4924533671a64ac579f59a3ca2 /libpod/test_common.go | |
parent | 6b7b4b03a888b2d87dd58d1e8048d2a5c7e6a36b (diff) | |
download | podman-044139dca9acbcb662af31abcd3860e21b73d3ce.tar.gz podman-044139dca9acbcb662af31abcd3860e21b73d3ce.tar.bz2 podman-044139dca9acbcb662af31abcd3860e21b73d3ce.zip |
Remove read-only from DB, it's in the spec
Don't need to store it separately
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #268
Approved by: rhatdan
Diffstat (limited to 'libpod/test_common.go')
-rw-r--r-- | libpod/test_common.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/test_common.go b/libpod/test_common.go index 95a77d266..b6188ce80 100644 --- a/libpod/test_common.go +++ b/libpod/test_common.go @@ -21,7 +21,6 @@ func getTestContainer(id, name, locksDir string) (*Container, error) { RootfsImageID: id, RootfsImageName: "testimg", ImageVolumes: true, - ReadOnly: true, StaticDir: "/does/not/exist/", LogPath: "/does/not/exist/", Stdin: true, |