mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Must use mountlabel when creating builtin volumes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -34,6 +34,6 @@ func TestLabelVolumePath(t *testing.T) {
|
||||
}
|
||||
|
||||
// LabelVolumePath should not return an error if the operation is unsupported.
|
||||
err := LabelVolumePath("/foo/bar")
|
||||
err := LabelVolumePath("/foo/bar", "")
|
||||
assert.NoError(t, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user