diff options
Diffstat (limited to 'cmd/podman/spec_test.go')
-rw-r--r-- | cmd/podman/spec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/spec_test.go b/cmd/podman/spec_test.go index 01e1a4ad3..586c09656 100644 --- a/cmd/podman/spec_test.go +++ b/cmd/podman/spec_test.go @@ -13,7 +13,7 @@ func TestCreateConfig_GetVolumeMounts(t *testing.T) { Destination: "/foobar", Type: "bind", Source: "foobar", - Options: []string{"ro", "rbind", "rprivate"}, + Options: []string{"ro", "rbind", "private"}, } config := createConfig{ Volumes: []string{"foobar:/foobar:ro"}, |