summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/boot/user_test.go')
-rw-r--r--runsc/boot/user_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/boot/user_test.go b/runsc/boot/user_test.go
index 9aee2ad07..fb4e13dfb 100644
--- a/runsc/boot/user_test.go
+++ b/runsc/boot/user_test.go
@@ -23,7 +23,7 @@ import (
"testing"
specs "github.com/opencontainers/runtime-spec/specs-go"
- "gvisor.dev/gvisor/pkg/sentry/context/contexttest"
+ "gvisor.dev/gvisor/pkg/sentry/contexttest"
"gvisor.dev/gvisor/pkg/sentry/fs"
"gvisor.dev/gvisor/pkg/sentry/kernel/auth"
)