summaryrefslogtreecommitdiff
path: root/internal/fusefrontend/prepare_syscall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/fusefrontend/prepare_syscall_test.go')
-rw-r--r--internal/fusefrontend/prepare_syscall_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/fusefrontend/prepare_syscall_test.go b/internal/fusefrontend/prepare_syscall_test.go
index 693f62a..acddaf3 100644
--- a/internal/fusefrontend/prepare_syscall_test.go
+++ b/internal/fusefrontend/prepare_syscall_test.go
@@ -9,8 +9,8 @@ import (
"github.com/hanwen/go-fuse/v2/fuse"
- "github.com/rfjakob/gocryptfs/internal/syscallcompat"
- "github.com/rfjakob/gocryptfs/tests/test_helpers"
+ "github.com/rfjakob/gocryptfs/v2/internal/syscallcompat"
+ "github.com/rfjakob/gocryptfs/v2/tests/test_helpers"
)
func TestPrepareAtSyscall(t *testing.T) {