mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
vendor: bump mountinfo v0.3.1
It contains some breaking changes, so fix the code. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -116,8 +116,8 @@ func TestFactoryNewTmpfs(t *testing.T) {
|
||||
t.Fatalf("Factory Root is not listed in mounts list")
|
||||
}
|
||||
m := mounts[0]
|
||||
if m.Fstype != "tmpfs" {
|
||||
t.Fatalf("Fstype of root: %s, expected %s", m.Fstype, "tmpfs")
|
||||
if m.FSType != "tmpfs" {
|
||||
t.Fatalf("FSType of root: %s, expected %s", m.FSType, "tmpfs")
|
||||
}
|
||||
if m.Source != "tmpfs" {
|
||||
t.Fatalf("Source of root: %s, expected %s", m.Source, "tmpfs")
|
||||
|
||||
Reference in New Issue
Block a user