oci: Remove empty mount option slice for FreeBSD
Mount options are marked `json:omitempty`. An empty slice in the default object caused TestWithSpecFromFile to fail. Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
parent
c15f0cdaf0
commit
ad8e598060
@ -32,7 +32,6 @@ func defaultMounts() []specs.Mount {
|
||||
Destination: "/dev/fd",
|
||||
Type: "fdescfs",
|
||||
Source: "fdescfs",
|
||||
Options: []string{},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user