diff options
-rw-r--r-- | runsc/container/container_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runsc/container/container_test.go b/runsc/container/container_test.go index 4ce3afc91..e7e53c492 100644 --- a/runsc/container/container_test.go +++ b/runsc/container/container_test.go @@ -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, }, } |