libgocryptfs/tests/matrix
Jakob Unterwurzacher 1fb18f4a9e tests: filter leaked fds by prefix
When running

  $ go test ./tests/matrix/

in isolation, it failed like this:

  fd leak? before, after:
  [0r=/dev/null 3w=/dev/null 5r=/proc/8078/fd (hidden:4)]
  [0r=/dev/null 3w=/dev/null 5w=/tmp/go-build366655199/b001/testlog.txt 7r=/proc/8078/fd (hidden:4)]

Filter by prefix to get rid of this spurious test failure.
2019-10-06 19:37:51 +02:00
..
atime_darwin.go tests: OSX compat: wrap Stat_t atime extract 2017-02-16 19:39:56 +01:00
atime_linux.go tests: OSX compat: wrap Stat_t atime extract 2017-02-16 19:39:56 +01:00
concurrency_test.go tests: speed up new tests a little 2019-04-08 20:34:24 +02:00
dir_test.go tests: check that we can delete directories with all permission 2019-01-20 14:32:59 +01:00
fallocate_test.go tests: check that fallocate does not over-allocate space 2019-01-06 20:56:53 +01:00
matrix_test.go tests: filter leaked fds by prefix 2019-10-06 19:37:51 +02:00