aboutsummaryrefslogtreecommitdiff
path: root/tests/xattr/xattr_integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xattr/xattr_integration_test.go')
-rw-r--r--tests/xattr/xattr_integration_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xattr/xattr_integration_test.go b/tests/xattr/xattr_integration_test.go
index c491f60..50e7fb7 100644
--- a/tests/xattr/xattr_integration_test.go
+++ b/tests/xattr/xattr_integration_test.go
@@ -9,7 +9,7 @@ import (
"syscall"
"testing"
- xattr "github.com/rfjakob/pkg-xattr"
+ "github.com/pkg/xattr"
"github.com/rfjakob/gocryptfs/tests/test_helpers"
)