libgocryptfs/tests/test_helpers
Jakob Unterwurzacher 8c44294087 tests: use /var/tmp by default
On Fedora, /tmp is tmpfs, which behaves differently than ext4
(inode numbers are never reused, for example).

Use /var/tmp, which is ext4 on Fedora, to get a more realistic
test environment.

This also allows us to drop the xattr workaround.
2019-10-06 21:53:20 +02:00
..
helpers.go tests: use /var/tmp by default 2019-10-06 21:53:20 +02:00
mount_unmount.go tests: filter leaked fds by prefix 2019-10-06 19:37:51 +02:00