aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/init_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/init_test.go')
-rw-r--r--container/init_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/init_test.go b/container/init_test.go
index 4f067fd5..02531e99 100644
--- a/container/init_test.go
+++ b/container/init_test.go
@@ -10,7 +10,7 @@ import (
"hakurei.app/check"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
+ "hakurei.app/internal/stub"
)
func TestInitEntrypoint(t *testing.T) {