diff options
| -rw-r--r-- | tests/sys/fs/fusefs/xattr.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/xattr.cc b/tests/sys/fs/fusefs/xattr.cc index c6a5e168c8a6f..bc60cd641be78 100644 --- a/tests/sys/fs/fusefs/xattr.cc +++ b/tests/sys/fs/fusefs/xattr.cc @@ -28,6 +28,8 @@ * SUCH DAMAGE. */ +/* Tests for all things relating to extended attributes and FUSE */ + extern "C" { #include <sys/types.h> #include <sys/extattr.h> @@ -42,7 +44,6 @@ using namespace testing; const char FULLPATH[] = "mountpoint/some_file.txt"; const char RELPATH[] = "some_file.txt"; -/* For testing filesystems without posix locking support */ class Xattr: public FuseTest { public: void expect_getxattr(uint64_t ino, const char *attr, ProcessMockerT r) |
