diff options
Diffstat (limited to 'tests/matrix')
-rw-r--r-- | tests/matrix/matrix_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 7bfb372..e4424a7 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -83,7 +83,7 @@ func TestMain(m *testing.M) { // the gocryptfs FUSE process, but only in the tests that access it! after := test_helpers.ListFds(0) if len(before) != len(after) { - fmt.Printf("fd leak? before, after:\n%v\n%v\n", before, after) + fmt.Printf("fd leak in test process? before, after:\n%v\n%v\n", before, after) os.Exit(1) } test_helpers.UnmountPanic(test_helpers.DefaultPlainDir) |