summaryrefslogtreecommitdiffstats
path: root/tests/bsd/L_xattrname.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsd/L_xattrname.sh')
-rw-r--r--tests/bsd/L_xattrname.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/bsd/L_xattrname.sh b/tests/bsd/L_xattrname.sh
new file mode 100644
index 0000000..39d6a77
--- /dev/null
+++ b/tests/bsd/L_xattrname.sh
@@ -0,0 +1,11 @@
+skip_unless invoke_bfs scratch -quit -xattr
+skip_unless make_xattrs
+
+case "$UNAME" in
+ Darwin|FreeBSD)
+ bfs_diff -L scratch -xattrname bfs_test
+ ;;
+ *)
+ bfs_diff -L scratch -xattrname security.bfs_test
+ ;;
+esac