diff options
Diffstat (limited to 'tests/bsd/acl.sh')
-rw-r--r-- | tests/bsd/acl.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bsd/acl.sh b/tests/bsd/acl.sh new file mode 100644 index 0000000..5bbfccc --- /dev/null +++ b/tests/bsd/acl.sh @@ -0,0 +1,9 @@ +rm -rf scratch/* + +skip_unless invoke_bfs scratch -quit -acl + +$TOUCH scratch/{normal,acl} +skip_unless set_acl scratch/acl +ln -s acl scratch/link + +bfs_diff scratch -acl |