Mounting over '/tmp' may fail

PiperOrigin-RevId: 211160120
Change-Id: Ie5f280bdac17afd01cb16562ffff6222b3184c34
This commit is contained in:
Fabricio Voznika
2018-08-31 16:12:08 -07:00
committed by Shentubot
parent f0d8817654
commit 66c03b3dd7
+2 -2
View File
@@ -744,8 +744,8 @@ func TestUnixDomainSockets(t *testing.T) {
spec.Mounts = []specs.Mount{
specs.Mount{
Type: "bind",
Destination: "/tmp",
Source: "/tmp",
Destination: dir,
Source: dir,
},
}