diff options
author | Jakob Unterwurzacher | 2025-08-03 21:05:32 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-08-03 21:25:24 +0200 |
commit | ca83d1dcdc305418b0a0baa297a340cf702a60fc (patch) | |
tree | 949ed9f5a25ba171b3c77aebc2b456771401cfa8 /tests/matrix/matrix_test.go | |
parent | 08d26a70dd6bc268c18e9f8511aa6286ecb29403 (diff) |
tests: matrix: enable ctlsock
Diffstat (limited to 'tests/matrix/matrix_test.go')
-rw-r--r-- | tests/matrix/matrix_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index d32d3d8..8387a5d 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -15,6 +15,7 @@ import ( "golang.org/x/sys/unix" + "github.com/rfjakob/gocryptfs/v2/ctlsock" "github.com/rfjakob/gocryptfs/v2/tests/test_helpers" ) |