blob: 6a0fe7e206c414e02c670846c063dbf60fd86b28 (
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 scratch -xattrname bfs_test
;;
*)
bfs_diff scratch -xattrname security.bfs_test
;;
esac
|