summaryrefslogtreecommitdiff
path: root/pkg/spec/storage_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/spec/storage_test.go')
-rw-r--r--pkg/spec/storage_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/spec/storage_test.go b/pkg/spec/storage_test.go
index 4d96a2de6..2439efb6f 100644
--- a/pkg/spec/storage_test.go
+++ b/pkg/spec/storage_test.go
@@ -13,7 +13,7 @@ func TestGetVolumeMountsOneVolume(t *testing.T) {
Destination: "/foobar",
Type: "bind",
Source: "/tmp",
- Options: []string{"ro", "rbind", "rprivate"},
+ Options: []string{"ro"},
}
config := CreateConfig{
Volumes: []string{"/tmp:/foobar:ro"},