summaryrefslogtreecommitdiff
path: root/libpod/test_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/test_common.go')
-rw-r--r--libpod/test_common.go1
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,