summaryrefslogtreecommitdiffstats
path: root/tests/bsd/L_xattrname.sh
blob: 3b2006bee8d13a32d217aac57f7888db7f1ba07e (plain)
1
2
3
4
5
6
7
8
9
10
11
invoke_bfs scratch -quit -xattr || skip
make_xattrs || skip

case "$UNAME" in
    Darwin|FreeBSD)
        bfs_diff -L scratch -xattrname bfs_test
        ;;
    *)
        bfs_diff -L scratch -xattrname security.bfs_test
        ;;
esac