diff options
Diffstat (limited to 'pkg/spec/storage_test.go')
-rw-r--r-- | pkg/spec/storage_test.go | 2 |
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"}, |