mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Mounting over '/tmp' may fail
PiperOrigin-RevId: 211160120 Change-Id: Ie5f280bdac17afd01cb16562ffff6222b3184c34
This commit is contained in:
committed by
Shentubot
parent
f0d8817654
commit
66c03b3dd7
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user