aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/mount_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/mount_test.go')
-rw-r--r--container/mount_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount_test.go b/container/mount_test.go
index aca64679..ffacf18e 100644
--- a/container/mount_test.go
+++ b/container/mount_test.go
@@ -6,7 +6,7 @@ import (
"testing"
"hakurei.app/container/stub"
- "hakurei.app/container/vfs"
+ "hakurei.app/vfs"
)
func TestBindMount(t *testing.T) {