8c44294087
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. |
||
---|---|---|
.. | ||
xattr_fd_test.go | ||
xattr_integration_test.go |