aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-06-10 22:23:37 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-06-10 22:23:37 +0000
commitd53a96f16faca80ceefd3e4807c27526bed0fca0 (patch)
tree1cea0002ddc7211bc3af57b58868653a3f4455e3
parentddc51e453e77cbb6dac1f92494faab28fbe8ec0c (diff)
Notes
-rw-r--r--tests/sys/fs/fusefs/xattr.cc3
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)