summaryrefslogtreecommitdiffstats
path: root/tests/bsd/L_xattrname.sh
blob: 39d6a77094b272db3b31871dbaa2788f1a087e62 (plain)
1
2
3
4
5
6
7
8
9
10
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