aboutsummaryrefslogtreecommitdiff
path: root/tests/xattr/xattr_fd_test.go
AgeCommit message (Collapse)Author
2020-07-12tests: don't crash on empty Flistxattr resultJakob Unterwurzacher
2019-01-01fusefrontend: make GetXAttr() symlink-safe on LinuxJakob Unterwurzacher
Uses the /proc/self/fd trick, which does not work on Darwin.
2019-01-01tests: add Flistxattr/Fgetxattr/Fremovexattr testsJakob Unterwurzacher
Test for the upcoming fd-based xattr support.