summaryrefslogtreecommitdiffstats
path: root/tests/bsd/L_acl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bsd/L_acl.sh')
-rw-r--r--tests/bsd/L_acl.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/bsd/L_acl.sh b/tests/bsd/L_acl.sh
index db97013..a3fcbc8 100644
--- a/tests/bsd/L_acl.sh
+++ b/tests/bsd/L_acl.sh
@@ -1,9 +1,9 @@
-clean_scratch
+cd "$TEST"
-invoke_bfs scratch -quit -acl || skip
+invoke_bfs . -quit -acl || skip
-"$XTOUCH" scratch/{normal,acl}
-set_acl scratch/acl || skip
-ln -s acl scratch/link
+"$XTOUCH" normal acl
+set_acl acl || skip
+ln -s acl link
-bfs_diff -L scratch -acl
+bfs_diff -L . -acl