aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/container_test.go')
-rw-r--r--sandbox/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/container_test.go b/sandbox/container_test.go
index d47fd12b..5ed9fee4 100644
--- a/sandbox/container_test.go
+++ b/sandbox/container_test.go
@@ -93,7 +93,7 @@ func TestContainer(t *testing.T) {
container.
Tmpfs("/tmp", 0, 0755).
Bind(os.Args[0], os.Args[0], 0).
- Mkdir("/usr/bin").
+ Mkdir("/usr/bin", 0755).
Link(os.Args[0], "/usr/bin/sandbox.test").
Place("/etc/hostname", []byte(container.Args[5]))
// in case test has cgo enabled